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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h68 unsigned getUniqueID() const { return UniqueID; } function in class:llvm::final
H A DMCSectionELF.h84 unsigned getUniqueID() const { return UniqueID; } function in class:llvm::final
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h108 const llvm::sys::fs::UniqueID &getUniqueID() const { return UniqueID; } function in class:clang::FileEntry
147 const llvm::sys::fs::UniqueID &getUniqueID() const { function in class:clang::FileEntryRef
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h113 unsigned getUniqueID() const { return UniqueID; } function in class:llvm::final
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h102 unsigned getUniqueID() const { return ID; } function in class:llvm::CompileUnit
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h79 llvm::sys::fs::UniqueID getUniqueID() const { return UID; } function in class:llvm::vfs::Status
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp440 static Optional<sys::fs::UniqueID> getUniqueID(StringRef path) { function in namespace:lld

Completed in 151 milliseconds