Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DInputFile.h109 const InputFile &getFile() const { return *File; } in getFile() function
110 InputFile &getFile() { return *File; } in getFile() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h45 uint64_t getFile() const { return File; } in getFile() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h144 Optional<FileEntry> getFile(uint32_t Index) const { in getFile() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DMemoryBuffer.cpp246 MemoryBuffer::getFile(const Twine &Filename, bool IsText, in getFile() function in MemoryBuffer
274 WritableMemoryBuffer::getFile(const Twine &Filename, bool IsVolatile) { in getFile() function in WritableMemoryBuffer
420 WriteThroughMemoryBuffer::getFile(const Twine &Filename, int64_t FileSize) { in getFile() function in WriteThroughMemoryBuffer
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h31 virtual const object::ObjectFile *getFile() const { return nullptr; } in getFile() function
/netbsd/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DZone.py73 def getFile(self): member in Zone
/netbsd/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h287 const FileEntry *getFile() const { return Data.getPointer(); } in getFile() function
H A DFrontendOptions.h216 StringRef getFile() const { in getFile() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DModuleFile.h93 OptionalFileEntryRefDegradesToFileEntryPtr getFile() const { in getFile() function
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp196 FileManager::getFile(StringRef Filename, bool openFile, bool CacheFailure) { in getFile() function in FileManager
H A DDiagnostic.cpp230 DiagnosticsEngine::DiagStateMap::getFile(SourceManager &SrcMgr, in getFile() function in DiagnosticsEngine::DiagStateMap
/netbsd/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessingRecord.h269 const FileEntry *getFile() const { return File; } in getFile() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Object/
H A DArchiveWriter.cpp78 Expected<NewArchiveMember> NewArchiveMember::getFile(StringRef FileName, in getFile() function in NewArchiveMember
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCDwarf.h296 unsigned getFile(StringRef Directory, StringRef FileName, in getFile() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h484 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); } in getFile() function
1624 DIFile *getFile() const { return getScope()->getFile(); } in getFile() function
2501 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); } in getFile() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h483 const FileInfo &getFile() const { in getFile() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp326 GCOVLines &getFile(StringRef Filename) { in getFile() function in __anonf55b520b0611::GCOVBlock
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1858 const object::ObjectFile *getFile() const override { return Obj; } in getFile() function in __anon8f140c8f0f11::DWARFObjInMemory