Home
last modified time | relevance | path

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

/llvm-project/lldb/bindings/python/
H A DcreatePythonInit.py7 getFileName = lambda f: os.path.splitext(os.path.basename(f))[0] function
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp22 std::string NativeSourceFile::getFileName() const { in getFileName() function in NativeSourceFile
H A DNativeEnumInjectedSources.cpp51 std::string getFileName() const override { getFileName() function in llvm::pdb::__anonb0c5f9a60111::NativeInjectedSource
H A DDbiModuleList.cpp271 Expected<StringRef> DbiModuleList::getFileName(uint32_t Index) const { getFileName() function in DbiModuleList
/llvm-project/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/llvm/lib/Object/
H A DBinary.cpp41 StringRef Binary::getFileName() const { return Data.getBufferIdentifier(); } in getFileName() function in Binary
/llvm-project/llvm/include/llvm/ProfileData/
H A DSymbolRemappingReader.h82 StringRef getFileName() const { return File; } in getFileName() function
/llvm-project/lld/ELF/
H A DDWARF.h69 StringRef getFileName() const override { return ""; } in getFileName() function
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h31 virtual StringRef getFileName() const { llvm_unreachable("unimplemented"); } in getFileName() function
/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp109 StringRef HeaderMapImpl::getFileName() const { in getFileName() function in HeaderMapImpl
/llvm-project/lldb/examples/python/
H A Dpytracer.py70 def getFileName(self): member in CodeFancy
147 def getFileName(self): member in FrameFancy
/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h76 std::string getFileName() const { return FileName; } in getFileName() function
/llvm-project/clang/lib/Basic/
H A DSarif.cpp38 static StringRef getFileName(FileEntryRef FE) { in getFileName() function
/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h257 StringRef getFileName() const { return FileName; } in getFileName() function
/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h257 StringRef getFileName() const { return FileName; } getFileName() function
287 const char *getFileName() const { return FileName; } getFileName() function
/llvm-project/polly/lib/Exchange/
H A DJSONExporter.cpp85 static std::string getFileName(Scop &S, StringRef Suffix = "") { in getFileName() function
/llvm-project/llvm/include/llvm/Support/
H A DError.h1344 StringRef getFileName() const { return FileName; } getFileName() function
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp555 getFileName(const DebugStringTableSubsectionRef &Strings, getFileName() function
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp188 StringEntry *CompileUnit::getFileName(unsigned FileIdx, in getFileName() function in CompileUnit
/llvm-project/lld/COFF/
H A DPDB.cpp910 getFileName(const DebugStringTableSubsectionRef &strings, getFileName() function
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2425 StringRef getFileName() const override { return FileName; } getFileName() function in __anon62ae75e11111::DWARFObjInMemory
/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp644 StringRef getFileName() const { return FileName; } getFileName() function in llvm::vfs::detail::InMemoryNode