/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.cpp |
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | FileEntry.h | 77 inline const llvm::sys::fs::UniqueID &getUniqueID() const; 327 const llvm::sys::fs::UniqueID &getUniqueID() const { return UniqueID; } 344 const llvm::sys::fs::UniqueID &FileEntryRef::getUniqueID() const { 345 return getFileEntry().getUniqueID();
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.h | 115 llvm::sys::fs::UniqueID getUniqueID() const { in getUniqueID() function 117 return MaybeStat->getUniqueID(); in getUniqueID() 415 return SharedCache.getShardForUID(Stat.getUniqueID()) in findSharedEntryByUID() 416 .findEntryByUID(Stat.getUniqueID()); in findSharedEntryByUID()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | FileManager.cpp | 91 DirectoryEntry *&UDE = UniqueRealDirs[Status.getUniqueID()]; in getRealDirEntry() 277 FileEntry *&UFE = UniqueRealFiles[Status.getUniqueID()]; in getFileRef() 345 UFE->UniqueID = Status.getUniqueID(); in getFileRef() 425 Status.getName(), Status.getUniqueID(), in getVirtualFileRef() 430 auto &RealFE = UniqueRealFiles[Status.getUniqueID()]; in getVirtualFileRef() 446 RealFE->UniqueID = Status.getUniqueID(); in getVirtualFileRef()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSectionWasm.h | 76 unsigned getUniqueID() const { return UniqueID; } in getUniqueID() function
|
H A D | MCSectionELF.h | 92 unsigned getUniqueID() const { return UniqueID; } in getUniqueID() function
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
H A D | DWARFLinkerUnit.h |
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 1094 GroupName, true, ElfSec.getUniqueID(), in getStackSizesSection() 1114 Flags, 0, GroupName, true, ElfSec.getUniqueID(), in getBBAddrMapSection() 1133 /*IsComdat=*/true, ElfSec.getUniqueID(), in getKCFITrapSection() 1151 Flags, 0, GroupName, true, ElfSec.getUniqueID(), in getPseudoProbeSection() 1201 ElfSec.getUniqueID(), in getPCSection()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 65 : UID(Status.getUniqueID()), MTime(Status.getLastModificationTime()), in Status() 76 return Status(In.getName(), In.getUniqueID(), In.getLastModificationTime(), in copyWithNewSize() 82 return Status(NewName, In.getUniqueID(), In.getLastModificationTime(), in copyWithNewName() 88 return Status(NewName, In.getUniqueID(), In.getLastModificationTime(), in copyWithNewName() 95 return getUniqueID() == Other.getUniqueID(); in equivalent() 766 UniqueID getUniqueID() const { return Stat.getUniqueID(); } in getUniqueID() function in llvm::vfs::detail::InMemoryDirectory 802 static sys::fs::UniqueID getUniqueID(hash_code Hash) { in getUniqueID() function 809 return getUniqueID(llvm::hash_combine(Parent.getFile(), Name, Contents)); in getFileID() 813 return getUniqueID(llvm::hash_combine(Parent.getFile(), Name)); in getDirectoryID() 882 getDirectoryID(Dir->getUniqueID(), Name), in addFile() [all …]
|
H A D | Path.cpp | 788 std::error_code getUniqueID(const Twine Path, UniqueID &Result) { in getUniqueID() function 793 Result = Status.getUniqueID(); in getUniqueID()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerUnit.h | 38 unsigned getUniqueID() const { return ID; } in getUniqueID() function
|
H A D | DWARFLinkerImpl.cpp | 1361 Info.Tag, CU->getUniqueID(), in emitDWARFv5DebugNamesSection() 1374 CUidToIdx[CU->getUniqueID()] = Id++; in emitDWARFv5DebugNamesSection()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 644 OverriddenFiles[Status.getUniqueID()] = PreambleFileHash::createForFile( in CanReuse() 655 OverriddenFiles[Status.getUniqueID()] = PreambleHash; in CanReuse() 683 OverriddenFiles.find(Status.getUniqueID()); in CanReuse()
|
H A D | ASTUnit.cpp | 170 llvm::sys::fs::UniqueID MainFileID = FileStatus->getUniqueID(); in getBufferForFileHandlingRemapping() 177 llvm::sys::fs::UniqueID MID = MPathStatus->getUniqueID(); in getBufferForFileHandlingRemapping() 193 llvm::sys::fs::UniqueID MID = MPathStatus->getUniqueID(); in getBufferForFileHandlingRemapping() 2275 auto getUniqueID = in CodeComplete() local 2278 return Status->getUniqueID(); in CodeComplete() 2282 auto hasSameUniqueID = [getUniqueID](StringRef LHS, StringRef RHS) { in CodeComplete() 2285 if (auto LHSID = getUniqueID(LHS)) in CodeComplete() 2286 if (auto RHSID = getUniqueID(RHS)) in CodeComplete()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.cpp | 224 auto &Shard = SharedCache.getShardForUID(TEntry.Status.getUniqueID()); in getOrEmplaceSharedEntryForUID() 225 return Shard.getOrEmplaceEntryForUID(TEntry.Status.getUniqueID(), in getOrEmplaceSharedEntryForUID()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.h |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFLinkerCompileUnit.h | 130 unsigned getUniqueID() const { return ID; } in getUniqueID() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AccelTable.cpp | 662 assert(CU.index() == CU.value()->getUniqueID()); in emitDWARF5AccelTable() 704 TUSymbolsOrHashes.push_back({U.getLabelBegin(), U.getUniqueID()}); in addTypeUnitSymbol() 708 TUSymbolsOrHashes.push_back({U.getTypeSignature(), U.getUniqueID()}); in addTypeUnitSignature()
|
H A D | DwarfUnit.h | 101 unsigned getUniqueID() const { return UniqueID; } in getUniqueID() function
|
H A D | DwarfDebug.cpp | 1100 DIUnit->getSource(), NewCU.getUniqueID()); in getOrCreateDwarfCompileUnit() 2244 return CU.getUniqueID(); in getDwarfCompileUnitIDForLineTable() 3069 return A->getUniqueID() < B->getUniqueID(); in emitDebugARanges() 3354 CU.getUniqueID(), CU.getCUNode(), Asm, this, &SkeletonHolder, in constructSkeletonCU() 3582 Current.addName(Ref, Die, Unit.getUniqueID(), in addAccelNameImpl()
|
H A D | DwarfCompileUnit.cpp | 138 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID() 446 Asm->OutStreamer->getDwarfLineTableSymbol(getUniqueID()); in initStmtList()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Driver.cpp | 500 static std::optional<sys::fs::UniqueID> getUniqueID(StringRef path) { in getUniqueID() function 502 if (sys::fs::getUniqueID(path, ret)) in getUniqueID() 512 if (std::optional<sys::fs::UniqueID> id = getUniqueID(path)) { in findFileIfNew() 562 if (std::optional<sys::fs::UniqueID> id = getUniqueID(path)) in findLibIfNew() 2086 if (std::optional<sys::fs::UniqueID> id = getUniqueID(*path)) in linkerMain() 2096 if (std::optional<sys::fs::UniqueID> id = getUniqueID(path)) in linkerMain()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 264 UniqueID getUniqueID() const; 1251 std::error_code getUniqueID(const Twine Path, UniqueID &Result);
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Path.inc | 351 UniqueID file_status::getUniqueID() const { 377 PWDStatus.getUniqueID() == DotStatus.getUniqueID()) {
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Path.inc | 165 UniqueID file_status::getUniqueID() const { 655 return A.getUniqueID() == B.getUniqueID();
|