/llvm-project/llvm/include/llvm/Support/FileSystem/ |
H A D | UniqueID.h | 48 uint64_t getFile() const { return File; } in getFile() function
|
/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
|
/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | GsymReader.h | 150 std::optional<FileEntry> getFile(uint32_t Index) const { getFile() function
|
/llvm-project/lld/MachO/ |
H A D | Symbols.h | 315 ArchiveFile *getFile() const { return cast<ArchiveFile>(file); } in getFile() function 96 InputFile *getFile() const { return file; } getFile() function 279 DylibFile *getFile() const { getFile() function
|
H A D | InputSection.h | 42 InputFile *getFile() const { return section.file; } in getFile() function
|
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | Mapper.cpp | 98 llvm::SmallString<128> MapASTVisitor::getFile(const NamedDecl *D, getFile() function in clang::doc::MapASTVisitor
|
/llvm-project/lld/COFF/ |
H A D | Symbols.cpp | 69 InputFile *Symbol::getFile() { getFile() function in lld::coff::Symbol
|
H A D | Symbols.h | 187 InputFile *getFile() { return file; } getFile() function
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFObject.h | 32 virtual const object::ObjectFile *getFile() const { return nullptr; } in getFile() function
|
/llvm-project/llvm/lib/Support/ |
H A D | MemoryBuffer.cpp | 261 MemoryBuffer::getFile(const Twine &Filename, bool IsText, getFile() function in MemoryBuffer 292 WritableMemoryBuffer::getFile(const Twine &Filename, bool IsVolatile, getFile() function in WritableMemoryBuffer 455 WriteThroughMemoryBuffer::getFile(const Twine &Filename, int64_t FileSize) { getFile() function in WriteThroughMemoryBuffer
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | VerifyDiagnosticConsumer.h | 140 OptionalFileEntryRef getFile() const { return File; } in getFile() function
|
H A D | FrontendOptions.h | 267 StringRef getFile() const { in getFile() function
|
/llvm-project/flang/include/flang/Frontend/ |
H A D | FrontendOptions.h | 224 llvm::StringRef getFile() const { in getFile() function
|
/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 269 OptionalFileEntryRef getFile() const { return File; } in getFile() function
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | ModuleFile.h | 107 OptionalFileEntryRef getFile() const { getFile() function
|
/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, getFile() function in DiagnosticsEngine::DiagStateMap
|
/llvm-project/polly/lib/External/isl/interface/ |
H A D | extract_interface.cc | 497 static const FileEntry *getFile(CompilerInstance *Clang, std::string Filename) in getFile() function
|
/llvm-project/lld/ELF/ |
H A D | InputSection.h | 155 template <class ELFT> ObjFile<ELFT> *getFile() const { getFile() function
|
/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 [all...] |
/llvm-project/lld/wasm/ |
H A D | Symbols.h | 97 InputFile *getFile() const { return file; } getFile() function
|
/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(); } getFile() function 2673 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); } getFile() function [all...] |
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCDwarf.h | 339 unsigned getFile(StringRef Directory, StringRef FileName, getFile() function
|
/llvm-project/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 128 Expected<NewArchiveMember> NewArchiveMember::getFile(StringRef FileName, in getFile() function in NewArchiveMember
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 273 GCOVLines &getFile(StringRef Filename) { getFile() function in __anon674c465d0311::GCOVBlock
|