Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A DcreatePythonInit.py7 getFileName = lambda f: os.path.splitext(os.path.basename(f))[0] function
/freebsd-13.1/contrib/llvm-project/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::__anon8e87f4e70111::NativeInjectedSource
H A DDbiModuleList.cpp268 Expected<StringRef> DbiModuleList::getFileName(uint32_t Index) const { in getFileName() function in DbiModuleList
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h81 StringRef getFileName() const { return File; } in getFileName() function
H A DError.h1273 StringRef getFileName() { return FileName; } in getFileName() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DBinary.cpp42 StringRef Binary::getFileName() const { return Data.getBufferIdentifier(); } in getFileName() function in Binary
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DDWARF.h71 StringRef getFileName() const override { return ""; } in getFileName() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h30 virtual StringRef getFileName() const { llvm_unreachable("unimplemented"); } in getFileName() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp109 StringRef HeaderMapImpl::getFileName() const { in getFileName() function in HeaderMapImpl
/freebsd-13.1/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h76 std::string getFileName() const { return FileName; } in getFileName() function
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h257 StringRef getFileName() const { return FileName; } in getFileName() function
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp64 static StringRef getFileName(const FileEntry &FE) { in getFileName() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp555 getFileName(const DebugStringTableSubsectionRef &Strings, in getFileName() function
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DPDB.cpp907 getFileName(const DebugStringTableSubsectionRef &strings, in getFileName() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1953 StringRef getFileName() const override { return FileName; } in getFileName() function in __anond6a2cae20f11::DWARFObjInMemory
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp564 StringRef getFileName() const { return FileName; } in getFileName() function in llvm::vfs::detail::InMemoryNode