Home
last modified time | relevance | path

Searched refs:getStringTable (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp23 auto ST = Session.getPDBFile().getStringTable(); in getFileName()
28 auto FileName = ST->getStringTable().getString(Checksum.FileNameOffset); in getFileName()
H A DPDBStringTable.cpp57 PDBStringTable::getStringTable() const { in getStringTable() function in PDBStringTable
H A DPDBFile.cpp366 Expected<PDBStringTable &> PDBFile::getStringTable() { in getStringTable() function in PDBFile
389 auto Strings = getStringTable(); in getInjectedSourceStream()
H A DInputFile.cpp198 auto StringTable = File->pdb().getStringTable(); in initializeForPdb()
200 SC.setStrings(StringTable->getStringTable()); in initializeForPdb()
H A DNativeSession.cpp351 auto Strings = Pdb->getStringTable(); in getInjectedSources()
/llvm-project/llvm/tools/obj2yaml/
H A Ddxcontainer2yaml.cpp104 NewPart.Info = DXContainerYAML::PSVInfo(P, PSVInfo->getStringTable()); in dumpDXContainer()
112 El, PSVInfo->getStringTable(), in dumpDXContainer()
117 El, PSVInfo->getStringTable(), in dumpDXContainer()
122 El, PSVInfo->getStringTable(), in dumpDXContainer()
H A Delf2yaml.cpp766 auto StrTabOrErr = Obj.getStringTable(**StrTabSec); in dumpRelocation()
1425 auto StringTableOrErr = Obj.getStringTable(**StringTableShdrOrErr); in dumpVerdefSection()
1514 auto StringTableOrErr = Obj.getStringTable(**StringTableShdrOrErr); in dumpVerneedSection()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolVisitorDelegate.h29 virtual DebugStringTableSubsectionRef getStringTable() = 0;
/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp110 auto ExpectedST = File.getStringTable(); in dumpStringTable()
239 auto ExpectedST = File.getStringTable(); in dumpDbiStream()
248 StringsAndChecksumsRef SC(ExpectedST->getStringTable(), in dumpDbiStream()
H A DDumpOutputStyle.cpp1027 auto &StringTable = Err(File.getStringTable()); in dumpNewFpo()
1062 auto IS = getPdb().getStringTable(); in dumpStringTableFromPdb()
1112 BinaryStreamRef NameBuffer = IS->getStringTable().getBuffer(); in dumpStringTableFromPdb()
1409 auto &Strings = Err(getPdb().getStringTable()); in dumpTpiStream()
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h40 const codeview::DebugStringTableSubsectionRef &getStringTable() const;
H A DPDBFile.h105 Expected<PDBStringTable &> getStringTable();
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp165 auto strings = m_index.pdb().getStringTable(); in GetOrCreateCompiland()
168 cci->m_strings.setStrings(strings->getStringTable()); in GetOrCreateCompiland()
/llvm-project/llvm/lib/Object/
H A DArchive.cpp294 if (StringOffset >= Parent->getStringTable().size()) { in getName()
306 size_t End = Parent->getStringTable().find('\n', /*From=*/StringOffset); in getName()
308 Parent->getStringTable()[End - 1] != '/') { in getName()
312 return Parent->getStringTable().slice(StringOffset, End - 1); in getName()
314 return Parent->getStringTable().begin() + StringOffset; in getName()
1177 buf = getStringTable().begin(); in symbol_begin()
/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFReader.cpp95 Obj->StringTable = XCOFFObj.getStringTable(); in create()
/llvm-project/llvm/include/llvm/Object/
H A DELF.h299 getStringTable(const Elf_Shdr &Section,
789 return getStringTable(Sections[Index], WarnHandler); in getSectionStringTable()
1218 ELFFile<ELFT>::getStringTable(const Elf_Shdr &Section, in getStringTable()
1301 return getStringTable(**SectionOrErr); in getStringTableForSymtab()
1313 Expected<StringRef> StrTabOrErr = getStringTable(**StrTabSecOrErr); in getLinkAsStrtab()
1217 ELFFile<ELFT>::getStringTable(const Elf_Shdr &Section, getStringTable() function
H A DWindowsResource.h164 ArrayRef<std::vector<UTF16>> getStringTable() const { return StringTable; } in getStringTable() function
H A DArchive.h367 StringRef getStringTable() const { return StringTable; } in getStringTable() function
H A DDXContainer.h187 StringRef getStringTable() const { return StringTable; } in getStringTable() function
H A DXCOFFObjectFile.h725 StringRef getStringTable() const;
/llvm-project/lld/ELF/
H A DInputFiles.h189 StringRef getStringTable() const { return stringTable; } in getObj()
191 StringRef getStringTable() const { return stringTable; } getStringTable() function
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp363 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
382 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp427 StringRef StrTab = unwrapOrError(Elf.getStringTable(*StrTabSec), FileName); in printSymbolVersion()
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h115 DebugStringTableSubsectionRef getStringTable() override;
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp698 DebugStringTableSubsectionRef LVSymbolVisitorDelegate::getStringTable() { in getFileNameForFileOffset()
1224 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
1267 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
704 DebugStringTableSubsectionRef LVSymbolVisitorDelegate::getStringTable() { getStringTable() function in LVSymbolVisitorDelegate

12