Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp19 std::string NativeSourceFile::getFileName() const { in getFileName() function in NativeSourceFile
H A DNativeEnumInjectedSources.cpp48 std::string getFileName() const override { in getFileName() function in llvm::pdb::__anon70d5adbe0111::NativeInjectedSource
H A DDbiModuleList.cpp268 Expected<StringRef> DbiModuleList::getFileName(uint32_t Index) const { in getFileName() function in DbiModuleList
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp31 std::string DIAInjectedSource::getFileName() const { in getFileName() function in DIAInjectedSource
H A DDIASourceFile.cpp23 std::string DIASourceFile::getFileName() const { in getFileName() function in DIASourceFile
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h81 StringRef getFileName() const { return File; } in getFileName() function
H A DError.h1240 StringRef getFileName() { return FileName; } in getFileName() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DBinary.cpp42 StringRef Binary::getFileName() const { return Data.getBufferIdentifier(); } in getFileName() function in Binary
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h30 virtual StringRef getFileName() const { llvm_unreachable("unimplemented"); } in getFileName() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderMap.cpp109 StringRef HeaderMapImpl::getFileName() const { in getFileName() function in HeaderMapImpl
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h75 std::string getFileName() const { return FileName; } in getFileName() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticInfo.h307 StringRef getFileName() const { return FileName; } in getFileName() function
337 const char *getFileName() const { return FileName; } in getFileName() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessingRecord.h257 StringRef getFileName() const { return FileName; } in getFileName() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp64 static StringRef getFileName(const FileEntry &FE) { in getFileName() function
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DFileData.h103 getFileName () in getFileName() function
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DFileData.h103 getFileName () in getFileName() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp555 getFileName(const DebugStringTableSubsectionRef &Strings, in getFileName() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1952 StringRef getFileName() const override { return FileName; } in getFileName() function in __anona8a913f90f11::DWARFObjInMemory
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp564 StringRef getFileName() const { return FileName; } in getFileName() function in llvm::vfs::detail::InMemoryNode