HomeSort by: relevance | last modified time | path
    Searched defs:CurEntry (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitHeaderSearch.cpp 479 const DirectoryLookup &CurEntry = SearchList[i];
481 if (CurEntry.isNormalDir()) {
483 if (SeenDirs.insert(CurEntry.getDir()).second)
485 } else if (CurEntry.isFramework()) {
487 if (SeenFrameworkDirs.insert(CurEntry.getFrameworkDir()).second)
490 assert(CurEntry.isHeaderMap() && "Not a headermap or normal dir?");
492 if (SeenHeaderMaps.insert(CurEntry.getHeaderMap()).second)
503 if (CurEntry.getDirCharacteristic() != SrcMgr::C_User) {
512 if (SearchEntry.getLookupType() != CurEntry.getLookupType())
516 if (CurEntry.isNormalDir()
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
llvm-dwp.cpp 545 uint32_t (&ContributionOffsets)[8], UnitIndexEntry &CurEntry,
578 CurEntry.Contributions[Index].Offset = ContributionOffsets[Index];
580 (CurEntry.Contributions[Index].Length = Contents.size());
690 UnitIndexEntry CurEntry = {};
704 UncompressedSections, ContributionOffsets, CurEntry,
727 auto P = IndexEntries.insert(std::make_pair(ID.Signature, CurEntry));
733 CurEntry,
751 auto P = IndexEntries.insert(std::make_pair(E.getSignature(), CurEntry));
790 CurEntry,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 691 auto *CurEntry = Worklist.front();
697 if (NextSectionAddr + CurEntry->MB.allocatedSize() + TargetSectionSep <=
703 Dyld.mapSectionAddress(CurEntry->MB.base(), NextSectionAddr);
704 AlreadyAllocated[NextSectionAddr] = CurEntry->MB.allocatedSize();

Completed in 21 milliseconds