Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/python/
H A DcreatePythonInit.py7 getFileName = lambda f: os.path.splitext(os.path.basename(f))[0] function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp22 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::__anon054798330111::NativeInjectedSource
H A DDbiModuleList.cpp270 Expected<StringRef> DbiModuleList::getFileName(uint32_t Index) const { in getFileName() function in DbiModuleList
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBundle.h89 StringRef getFileName() const { return FileName; } in getFileName() function
181 StringRef getFileName() const { return FileName; } in getFileName() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DBinary.cpp41 StringRef Binary::getFileName() const { return Data.getBufferIdentifier(); } in getFileName() function in Binary
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSymbolRemappingReader.h83 StringRef getFileName() const { return File; } in getFileName() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DDWARF.h70 StringRef getFileName() const override { return ""; } in getFileName() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h31 virtual StringRef getFileName() const { llvm_unreachable("unimplemented"); } in getFileName() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp144 static llvm::StringRef getFileName(const ModuleSpec &module_spec, in getFileName() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp108 StringRef HeaderMapImpl::getFileName() const { in getFileName() function in HeaderMapImpl
/freebsd/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h76 std::string getFileName() const { return FileName; } in getFileName() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp37 static StringRef getFileName(FileEntryRef FE) { in getFileName() function
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h257 StringRef getFileName() const { return FileName; } in getFileName() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h286 StringRef getFileName() const { return FileName; } in getFileName() function
317 const char *getFileName() const { return FileName; } in getFileName() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1363 StringRef getFileName() const { return FileName; } in getFileName() function
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp553 getFileName(const DebugStringTableSubsectionRef &Strings, in getFileName() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp185 StringEntry *CompileUnit::getFileName(unsigned FileIdx, in getFileName() function in CompileUnit
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp905 getFileName(const DebugStringTableSubsectionRef &strings, in getFileName() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2425 StringRef getFileName() const override { return FileName; } in getFileName() function in __anonfc0a132e1211::DWARFObjInMemory
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp656 StringRef getFileName() const { return FileName; } in getFileName() function in llvm::vfs::detail::InMemoryNode
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5072 StringRef getFileName() const { return Data->FileName; } in getFileName() function