/freebsd/contrib/llvm-project/llvm/include/llvm/Support/FileSystem/ |
H A D | UniqueID.h | 48 uint64_t getFile() const { return File; } in getFile() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | InputFile.h | 112 const InputFile &getFile() const { return *File; } in getFile() function 113 InputFile &getFile() { return *File; } in getFile() function
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Symbols.h | 96 InputFile *getFile() const { return file; } in getFile() function 279 DylibFile *getFile() const { in getFile() function 315 ArchiveFile *getFile() const { return cast<ArchiveFile>(file); } in getFile() function
|
H A D | InputSection.h | 42 InputFile *getFile() const { return section.file; } in getFile() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | GsymReader.h | 141 std::optional<FileEntry> getFile(uint32_t Index) const { getFile() function
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | MemoryBuffer.cpp | 261 MemoryBuffer::getFile(const Twine &Filename, bool IsText, in getFile() function in MemoryBuffer 292 WritableMemoryBuffer::getFile(const Twine &Filename, bool IsVolatile, in getFile() function in WritableMemoryBuffer 455 WriteThroughMemoryBuffer::getFile(const Twine &Filename, int64_t FileSize) { in getFile() function in WriteThroughMemoryBuffer
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Symbols.cpp | 69 InputFile *Symbol::getFile() { in getFile() function in lld::coff::Symbol
|
H A D | Symbols.h | 187 InputFile *getFile() { return file; } in getFile() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFObject.h | 32 virtual const object::ObjectFile *getFile() const { return nullptr; } in getFile() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 269 OptionalFileEntryRef getFile() const { return File; } in getFile() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | FrontendOptions.h | 267 StringRef getFile() const { in getFile() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ModuleFile.h | 107 OptionalFileEntryRef getFile() const { in getFile() function
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | FileManager.cpp | 208 FileManager::getFile(StringRef Filename, bool openFile, bool CacheFailure) { in getFile() function in FileManager
|
H A D | Diagnostic.cpp | 229 DiagnosticsEngine::DiagStateMap::getFile(SourceManager &SrcMgr, in getFile() function in DiagnosticsEngine::DiagStateMap
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | InputSection.h | 168 template <class ELFT> ObjFile<ELFT> *getFile() const { in getFile() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 499 const FileInfo &getFile() const { in getFile() function 503 FileInfo &getFile() { in getFile() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 527 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); } in getFile() function 2025 DIFile *getFile() const { return getScope()->getFile(); } in getFile() function 2673 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); } in getFile() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCDwarf.h | 339 unsigned getFile(StringRef Directory, StringRef FileName, in getFile() function
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 128 Expected<NewArchiveMember> NewArchiveMember::getFile(StringRef FileName, in getFile() function in NewArchiveMember
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 273 GCOVLines &getFile(StringRef Filename) { in getFile() function in __anon09913f2a0311::GCOVBlock
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 2331 const object::ObjectFile *getFile() const override { return Obj; } in getFile() function in __anonfc0a132e1211::DWARFObjInMemory
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 2019 const FileEntry *HeaderFileInfoTrait::getFile(const internal_key_type &Key) { in getFile() function in HeaderFileInfoTrait
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 11981 FILE* TempFile::getFile() { in getFile() function in Catch::TempFile
|