Home
last modified time | relevance | path

Searched defs:getFileName (Results 1 – 20 of 20) 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.cpp51 std::string getFileName() const override { in getFileName() function in llvm::pdb::__anon054798330111::NativeInjectedSource
H A DDbiModuleList.cpp271 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/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.h82 StringRef getFileName() const { return File; } in getFileName() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DDWARF.h69 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/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.cpp38 static StringRef getFileName(FileEntryRef FE) { in getFileName() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h257 StringRef getFileName() const { return FileName; } in getFileName() function
287 const char *getFileName() const { return FileName; } 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/Support/
H A DError.h1344 StringRef getFileName() const { return FileName; } in getFileName() function
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp555 getFileName(const DebugStringTableSubsectionRef &Strings, in getFileName() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp188 StringEntry *CompileUnit::getFileName(unsigned FileIdx, in getFileName() function in CompileUnit
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp910 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.cpp644 StringRef getFileName() const { return FileName; } in getFileName() function in llvm::vfs::detail::InMemoryNode