Searched defs:getUniqueID (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionELF.h87 unsigned getUniqueID() const { return UniqueID; } function in class:llvm::final
H A DMCSectionWasm.h73 unsigned getUniqueID() const { return UniqueID; } function in class:llvm::final
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h115 llvm::sys::fs::UniqueID getUniqueID() const { function in class:clang::tooling::dependencies::CachedFileSystemEntry
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h38 unsigned getUniqueID() const { return ID; } function in class:llvm::dwarf_linker::parallel::DwarfUnit
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h101 unsigned getUniqueID() const { return UniqueID; } function in class:llvm::DwarfUnit
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DFileEntry.h337 const llvm::sys::fs::UniqueID &getUniqueID() const { return UniqueID; } function in class:clang::FileEntry
354 const llvm::sys::fs::UniqueID &FileEntryRef::getUniqueID() const { function in class:clang::FileEntryRef
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h130 unsigned getUniqueID() const { return ID; } function in class:llvm::dwarf_linker::classic::CompileUnit
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp742 UniqueID getUniqueID() const { return Stat.getUniqueID(); } function in class:llvm::vfs::detail::InMemoryDirectory
778 static sys::fs::UniqueID getUniqueID(hash_code Hash) { function in namespace:llvm::vfs
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h94 llvm::sys::fs::UniqueID getUniqueID() const { return UID; } function in class:llvm::vfs::Status
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DDriver.cpp509 static std::optional<sys::fs::UniqueID> getUniqueID(StringRef path) { function
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2262 auto getUniqueID = local

Completed in 122 milliseconds