/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeSourceFile.cpp | 23 auto ST = Session.getPDBFile().getStringTable(); in getFileName() 28 auto FileName = ST->getStringTable().getString(Checksum.FileNameOffset); in getFileName()
|
H A D | PDBStringTable.cpp | 57 PDBStringTable::getStringTable() const { in getStringTable() function in PDBStringTable
|
H A D | PDBFile.cpp | 366 Expected<PDBStringTable &> PDBFile::getStringTable() { in getStringTable() function in PDBFile 389 auto Strings = getStringTable(); in getInjectedSourceStream()
|
H A D | InputFile.cpp | 198 auto StringTable = File->pdb().getStringTable(); in initializeForPdb() 200 SC.setStrings(StringTable->getStringTable()); in initializeForPdb()
|
H A D | NativeSession.cpp | 353 auto Strings = Pdb->getStringTable(); in getInjectedSources()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolVisitorDelegate.h | 29 virtual DebugStringTableSubsectionRef getStringTable() = 0;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | YAMLOutputStyle.cpp | 110 auto ExpectedST = File.getStringTable(); in dumpStringTable() 239 auto ExpectedST = File.getStringTable(); in dumpDbiStream() 248 StringsAndChecksumsRef SC(ExpectedST->getStringTable(), in dumpDbiStream()
|
H A D | DumpOutputStyle.cpp | 1027 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 D | PDBStringTable.h | 40 const codeview::DebugStringTableSubsectionRef &getStringTable() const;
|
H A D | PDBFile.h | 105 Expected<PDBStringTable &> getStringTable();
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | CompileUnitIndex.cpp | 165 auto strings = m_index.pdb().getStringTable(); in GetOrCreateCompiland() 168 cci->m_strings.setStrings(strings->getStringTable()); in GetOrCreateCompiland()
|
H A D | PdbUtil.cpp | 706 auto strings = index.pdb().getStringTable(); in GetFrameDataProgram()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | Archive.cpp | 295 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 D | WindowsResource.cpp | 643 Data(Parser.getData()), StringTable(Parser.getStringTable()) { in WindowsResourceCOFFWriter()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
H A D | XCOFFReader.cpp | 95 Obj->StringTable = XCOFFObj.getStringTable(); in create()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 298 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 D | WindowsResource.h | 164 ArrayRef<std::vector<UTF16>> getStringTable() const { return StringTable; } in getStringTable() function
|
H A D | Archive.h | 367 StringRef getStringTable() const { return StringTable; } in getStringTable() function
|
H A D | DXContainer.h | 187 StringRef getStringTable() const { return StringTable; } in getStringTable() function
|
H A D | XCOFFObjectFile.h | 724 StringRef getStringTable() const;
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | InputFiles.h | 192 StringRef getStringTable() const { return stringTable; } in getStringTable() function
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolDumper.cpp | 363 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord() 382 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 428 StringRef StrTab = unwrapOrError(Elf.getStringTable(*StrTabSec), FileName); in printSymbolVersion()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 115 DebugStringTableSubsectionRef getStringTable() override;
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 704 DebugStringTableSubsectionRef LVSymbolVisitorDelegate::getStringTable() { in getStringTable() function in LVSymbolVisitorDelegate 1230 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord() 1273 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
|