Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/python/
H A DcreatePythonInit.py7 getFileName = lambda f: os.path.splitext(os.path.basename(f))[0] function
/openbsd-src/gnu/llvm/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::__anon4373418a0111::NativeInjectedSource
H A DDbiModuleList.cpp269 Expected<StringRef> DbiModuleList::getFileName(uint32_t Index) const { in getFileName() function in DbiModuleList
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DBinary.cpp41 StringRef Binary::getFileName() const { return Data.getBufferIdentifier(); } in getFileName() function in Binary
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h82 StringRef getFileName() const { return File; } in getFileName() function
H A DError.h1291 StringRef getFileName() const { return FileName; } in getFileName() function
/openbsd-src/gnu/llvm/lld/ELF/
H A DDWARF.h70 StringRef getFileName() const override { return ""; } in getFileName() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h31 virtual StringRef getFileName() const { llvm_unreachable("unimplemented"); } in getFileName() function
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dpytracer.py70 def getFileName(self): member in CodeFancy
149 def getFileName(self): member in FrameFancy
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DHeaderMap.cpp110 StringRef HeaderMapImpl::getFileName() const { in getFileName() function in HeaderMapImpl
/openbsd-src/gnu/llvm/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h76 std::string getFileName() const { return FileName; } in getFileName() function
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSarif.cpp38 static StringRef getFileName(const FileEntry &FE) { in getFileName() function
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessingRecord.h254 StringRef getFileName() const { return FileName; } in getFileName() function
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp555 getFileName(const DebugStringTableSubsectionRef &Strings, in getFileName() function
/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp913 getFileName(const DebugStringTableSubsectionRef &strings, in getFileName() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2051 StringRef getFileName() const override { return FileName; } in getFileName() function in __anon00272cc51011::DWARFObjInMemory
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp617 StringRef getFileName() const { return FileName; } in getFileName() function in llvm::vfs::detail::InMemoryNode