Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h48 uint64_t getFile() const { return File; } in getFile() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h112 const InputFile &getFile() const { return *File; } in getFile() function
113 InputFile &getFile() { return *File; } in getFile() function
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DSymbols.h96 InputFile *getFile() const { return file; } in getFile() function
274 DylibFile *getFile() const { getFile() function
310 ArchiveFile *getFile() const { return cast<ArchiveFile>(file); } getFile() function
H A DInputSection.h42 InputFile *getFile() const { return section.file; } in getFile() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h150 std::optional<FileEntry> getFile(uint32_t Index) const { in getFile() function
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp253 MemoryBuffer::getFile(const Twine &Filename, bool IsText, getFile() function in MemoryBuffer
284 WritableMemoryBuffer::getFile(const Twine &Filename, bool IsVolatile, getFile() function in WritableMemoryBuffer
440 WriteThroughMemoryBuffer::getFile(const Twine &Filename, int64_t FileSize) { getFile() function in WriteThroughMemoryBuffer
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DSymbols.cpp69 InputFile *Symbol::getFile() { in getFile() function in lld::coff::Symbol
H A DSymbols.h187 InputFile *getFile() { return file; } in getFile() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h32 virtual const object::ObjectFile *getFile() const { return nullptr; } in getFile() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h140 OptionalFileEntryRef getFile() const { return File; } in getFile() function
H A DFrontendOptions.h259 StringRef getFile() const { getFile() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h269 OptionalFileEntryRef getFile() const { return File; } in getFile() function
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp198 FileManager::getFile(StringRef Filename, bool openFile, bool CacheFailure) { getFile() function in FileManager
H A DDiagnostic.cpp229 DiagnosticsEngine::DiagStateMap::getFile(SourceManager &SrcMgr, in getFile() function in DiagnosticsEngine::DiagStateMap
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h107 OptionalFileEntryRef getFile() const { in getFile() function
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DInputSection.h151 template <class ELFT> ObjFile<ELFT> *getFile() const { getFile() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h339 unsigned getFile(StringRef Directory, StringRef FileName, in getFile() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h526 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); } getFile() function
1967 DIFile *getFile() const { return getScope()->getFile(); } getFile() function
2608 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); } getFile() function
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h499 const FileInfo &getFile() const { in getFile() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp127 Expected<NewArchiveMember> NewArchiveMember::getFile(StringRef FileName, getFile() function in NewArchiveMember
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp273 GCOVLines &getFile(StringRef Filename) { in getFile() function in __anon755d56fc0311::GCOVBlock
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2329 const object::ObjectFile *getFile() const override { return Obj; } getFile() function in __anon6f0e60001111::DWARFObjInMemory
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1980 const FileEntry *HeaderFileInfoTrait::getFile(const internal_key_type &Key) { getFile() function in HeaderFileInfoTrait
[all...]
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp11981 FILE* TempFile::getFile() { in getFile() function in Catch::TempFile