Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/python/
H A DcreatePythonInit.py7 getFileName = lambda f: os.path.splitext(os.path.basename(f))[0] function
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp21 std::string NativeSourceFile::getFileName() const { in getFileName() function in NativeSourceFile
H A DNativeEnumInjectedSources.cpp50 std::string getFileName() const override { in getFileName() function in llvm::pdb::__anon5c1a43630111::NativeInjectedSource
H A DDbiModuleList.cpp269 Expected<StringRef> DbiModuleList::getFileName(uint32_t Index) const { in getFileName() function in DbiModuleList
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/Object/
H A DBinary.cpp41 StringRef Binary::getFileName() const { return Data.getBufferIdentifier(); } in getFileName() function in Binary
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h82 StringRef getFileName() const { return File; } in getFileName() function
H A DError.h1284 StringRef getFileName() const { return FileName; } in getFileName() function
/llvm-project-15.0.7/lld/ELF/
H A DDWARF.h71 StringRef getFileName() const override { return ""; } in getFileName() function
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h30 virtual StringRef getFileName() const { llvm_unreachable("unimplemented"); } in getFileName() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DHeaderMap.cpp109 StringRef HeaderMapImpl::getFileName() const { in getFileName() function in HeaderMapImpl
/llvm-project-15.0.7/lldb/examples/python/
H A Dpytracer.py71 def getFileName(self): member in CodeFancy
150 def getFileName(self): member in FrameFancy
/llvm-project-15.0.7/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h76 std::string getFileName() const { return FileName; } in getFileName() function
/llvm-project-15.0.7/clang/lib/Basic/
H A DSarif.cpp37 static StringRef getFileName(const FileEntry &FE) { in getFileName() function
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessingRecord.h255 StringRef getFileName() const { return FileName; } in getFileName() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDiagnosticInfo.h313 StringRef getFileName() const { return FileName; } in getFileName() function
343 const char *getFileName() const { return FileName; } in getFileName() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp64 static StringRef getFileName(const FileEntry &FE) { in getFileName() function
/llvm-project-15.0.7/polly/lib/Exchange/
H A DJSONExporter.cpp85 static std::string getFileName(Scop &S, StringRef Suffix = "") { in getFileName() function
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp555 getFileName(const DebugStringTableSubsectionRef &Strings, in getFileName() function
/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp906 getFileName(const DebugStringTableSubsectionRef &strings, in getFileName() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1983 StringRef getFileName() const override { return FileName; } in getFileName() function in __anon445fd25e0f11::DWARFObjInMemory
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp618 StringRef getFileName() const { return FileName; } in getFileName() function in llvm::vfs::detail::InMemoryNode