Home
last modified time | relevance | path

Searched defs:getFileName (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp32 std::string DIAInjectedSource::getFileName() const { in getFileName() function in DIAInjectedSource
H A DDIASourceFile.cpp24 std::string DIASourceFile::getFileName() const { in getFileName() function in DIASourceFile
/freebsd-12.1/contrib/llvm/lib/Object/
H A DBinary.cpp41 StringRef Binary::getFileName() const { return Data.getBufferIdentifier(); } in getFileName() function in Binary
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h82 StringRef getFileName() const { return File; } in getFileName() function
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DDWARF.h60 StringRef getFileName() const override { return ""; } in getFileName() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h65 std::string getFileName() const { return FileName; } in getFileName() function
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h31 virtual StringRef getFileName() const { llvm_unreachable("unimplemented"); } in getFileName() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderMap.cpp110 StringRef HeaderMapImpl::getFileName() const { in getFileName() function in HeaderMapImpl
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp269 Expected<StringRef> DbiModuleList::getFileName(uint32_t Index) const { in getFileName() function in DbiModuleList
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDiagnosticInfo.h303 StringRef getFileName() const { return FileName; } in getFileName() function
333 const char *getFileName() const { return FileName; } in getFileName() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessingRecord.h258 StringRef getFileName() const { return FileName; } in getFileName() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp54 static StringRef getFileName(const FileEntry &FE) { in getFileName() function
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp556 getFileName(const DebugStringTableSubsectionRef &Strings, in getFileName() function
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp1626 getFileName(const DebugStringTableSubsectionRef &Strings, in getFileName() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1627 StringRef getFileName() const override { return FileName; } in getFileName() function in __anonf3f23cd30d11::DWARFObjInMemory
/freebsd-12.1/contrib/llvm/lib/Support/
H A DVirtualFileSystem.cpp497 StringRef getFileName() const { return FileName; } in getFileName() function in llvm::vfs::detail::InMemoryNode