Home
last modified time | relevance | path

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

12

/freebsd/contrib/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.cpp353 auto Strings = Pdb->getStringTable(); in getInjectedSources()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolVisitorDelegate.h29 virtual DebugStringTableSubsectionRef getStringTable() = 0;
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h40 const codeview::DebugStringTableSubsectionRef &getStringTable() const;
H A DPDBFile.h105 Expected<PDBStringTable &> getStringTable();
/freebsd/contrib/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()
H A DPdbUtil.cpp706 auto strings = index.pdb().getStringTable(); in GetFrameDataProgram()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp295 if (StringOffset >= Parent->getStringTable().size()) { in getName()
307 size_t End = Parent->getStringTable().find('\n', /*From=*/StringOffset); in getName()
309 Parent->getStringTable()[End - 1] != '/') { in getName()
313 return Parent->getStringTable().slice(StringOffset, End - 1); in getName()
315 return Parent->getStringTable().begin() + StringOffset; in getName()
1178 buf = getStringTable().begin(); in symbol_begin()
H A DWindowsResource.cpp643 Data(Parser.getData()), StringTable(Parser.getStringTable()) { in WindowsResourceCOFFWriter()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFReader.cpp95 Obj->StringTable = XCOFFObj.getStringTable(); in create()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h298 getStringTable(const Elf_Shdr &Section,
788 return getStringTable(Sections[Index], WarnHandler); in getSectionStringTable()
1217 ELFFile<ELFT>::getStringTable(const Elf_Shdr &Section, in getStringTable() function
1300 return getStringTable(**SectionOrErr); in getStringTableForSymtab()
1312 Expected<StringRef> StrTabOrErr = getStringTable(**StrTabSecOrErr); in getLinkAsStrtab()
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.h724 StringRef getStringTable() const;
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h192 StringRef getStringTable() const { return stringTable; } in getStringTable() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp363 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
382 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp428 StringRef StrTab = unwrapOrError(Elf.getStringTable(*StrTabSec), FileName); in printSymbolVersion()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h115 DebugStringTableSubsectionRef getStringTable() override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp704 DebugStringTableSubsectionRef LVSymbolVisitorDelegate::getStringTable() { in getStringTable() function in LVSymbolVisitorDelegate
1230 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
1273 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()

12