Home
last modified time | relevance | path

Searched defs:getFile (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h48 uint64_t getFile() const { return File; } in getFile() function
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h113 const InputFile &getFile() const { return *File; } in getFile() function
114 InputFile &getFile() { return *File; } in getFile() function
/llvm-project-15.0.7/lld/MachO/
H A DSymbols.h95 InputFile *getFile() const { return file; } in getFile() function
268 DylibFile *getFile() const { in getFile() function
303 ArchiveFile *getFile() const { return cast<ArchiveFile>(file); } in getFile() function
H A DInputSection.h42 InputFile *getFile() const { return section.file; } in getFile() function
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DMapper.cpp90 llvm::SmallString<128> MapASTVisitor::getFile(const NamedDecl *D, in getFile() function in clang::doc::MapASTVisitor
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h141 Optional<FileEntry> getFile(uint32_t Index) const { in getFile() function
/llvm-project-15.0.7/lld/COFF/
H A DSymbols.cpp66 InputFile *Symbol::getFile() { in getFile() function in lld::coff::Symbol
H A DSymbols.h187 InputFile *getFile() { return file; } in getFile() function
/llvm-project-15.0.7/llvm/lib/Support/
H A DMemoryBuffer.cpp239 MemoryBuffer::getFile(const Twine &Filename, bool IsText, in getFile() function in MemoryBuffer
267 WritableMemoryBuffer::getFile(const Twine &Filename, bool IsVolatile) { in getFile() function in WritableMemoryBuffer
415 WriteThroughMemoryBuffer::getFile(const Twine &Filename, int64_t FileSize) { in getFile() function in WriteThroughMemoryBuffer
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h31 virtual const object::ObjectFile *getFile() const { return nullptr; } in getFile() function
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h287 const FileEntry *getFile() const { return Data.getPointer(); } in getFile() function
H A DFrontendOptions.h256 StringRef getFile() const { in getFile() function
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DFrontendOptions.h207 llvm::StringRef getFile() const { in getFile() function
/llvm-project-15.0.7/lld/ELF/
H A DInputSection.h132 template <class ELFT> ObjFile<ELFT> *getFile() const { in getFile() function
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DModuleFile.h94 OptionalFileEntryRefDegradesToFileEntryPtr getFile() const { in getFile() function
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessingRecord.h267 Optional<FileEntryRef> getFile() const { return File; } in getFile() function
/llvm-project-15.0.7/clang/lib/Basic/
H A DFileManager.cpp197 FileManager::getFile(StringRef Filename, bool openFile, bool CacheFailure) { in getFile() function in FileManager
H A DDiagnostic.cpp233 DiagnosticsEngine::DiagStateMap::getFile(SourceManager &SrcMgr, in getFile() function in DiagnosticsEngine::DiagStateMap
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dextract_interface.cc497 static const FileEntry *getFile(CompilerInstance *Clang, std::string Filename) in getFile() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h479 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); } in getFile() function
1619 DIFile *getFile() const { return getScope()->getFile(); } in getFile() function
2505 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); } in getFile() function
/llvm-project-15.0.7/lld/wasm/
H A DSymbols.h94 InputFile *getFile() const { return file; } in getFile() function
/llvm-project-15.0.7/llvm/lib/Object/
H A DArchiveWriter.cpp115 Expected<NewArchiveMember> NewArchiveMember::getFile(StringRef FileName, in getFile() function in NewArchiveMember
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCDwarf.h334 unsigned getFile(StringRef Directory, StringRef FileName, in getFile() function
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h485 const FileInfo &getFile() const { in getFile() function
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp272 GCOVLines &getFile(StringRef Filename) { in getFile() function in __anon434f465a0311::GCOVBlock

12