/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/FileSystem/ |
H A D | UniqueID.h | 48 uint64_t getFile() const { return File; } in getFile() function
|
/openbsd/gnu/llvm/lld/MachO/ |
H A D | Symbols.h | 96 InputFile *getFile() const { return file; } in getFile() function 276 DylibFile *getFile() const { in getFile() function 311 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
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | MemoryBuffer.cpp | 248 MemoryBuffer::getFile(const Twine &Filename, bool IsText, in getFile() function in MemoryBuffer 279 WritableMemoryBuffer::getFile(const Twine &Filename, bool IsVolatile, in getFile() function in WritableMemoryBuffer 435 WriteThroughMemoryBuffer::getFile(const Twine &Filename, int64_t FileSize) { in getFile() function in WriteThroughMemoryBuffer
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | GsymReader.h | 141 std::optional<FileEntry> getFile(uint32_t Index) const { in getFile() function
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFObject.h | 32 virtual const object::ObjectFile *getFile() const { return nullptr; } in getFile() function
|
/openbsd/gnu/llvm/clang/include/clang/Frontend/ |
H A D | VerifyDiagnosticConsumer.h | 287 const FileEntry *getFile() const { return Data.getPointer(); } in getFile() function
|
H A D | FrontendOptions.h | 254 StringRef getFile() const { in getFile() function
|
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | FileManager.cpp | 198 FileManager::getFile(StringRef Filename, bool openFile, bool CacheFailure) { in getFile() function in FileManager
|
H A D | Diagnostic.cpp | 233 DiagnosticsEngine::DiagStateMap::getFile(SourceManager &SrcMgr, in getFile() function in DiagnosticsEngine::DiagStateMap
|
/openbsd/gnu/llvm/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 266 OptionalFileEntryRef getFile() const { return File; } in getFile() function
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | InputSection.h | 133 template <class ELFT> ObjFile<ELFT> *getFile() const { in getFile() function
|
/openbsd/gnu/llvm/clang/include/clang/Serialization/ |
H A D | ModuleFile.h | 105 OptionalFileEntryRefDegradesToFileEntryPtr getFile() const { in getFile() function
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 516 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); } in getFile() function 1667 DIFile *getFile() const { return getScope()->getFile(); } in getFile() function 2558 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); } in getFile() function
|
/openbsd/gnu/llvm/lld/wasm/ |
H A D | Symbols.h | 97 InputFile *getFile() const { return file; } in getFile() function
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 115 Expected<NewArchiveMember> NewArchiveMember::getFile(StringRef FileName, in getFile() function in NewArchiveMember
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCDwarf.h | 334 unsigned getFile(StringRef Directory, StringRef FileName, in getFile() function
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | SourceManager.h | 492 const FileInfo &getFile() const { in getFile() function
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 273 GCOVLines &getFile(StringRef Filename) { in getFile() function in __anon15115f370311::GCOVBlock
|
/openbsd/gnu/llvm/llvm/tools/llvm-jitlink/ |
H A D | llvm-jitlink.cpp | 285 Expected<std::unique_ptr<MemoryBuffer>> getFile(const Twine &FileName) { in getFile() function
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1957 const object::ObjectFile *getFile() const override { return Obj; } in getFile() function in __anonda3bf7bb1011::DWARFObjInMemory
|