| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolVisitorDelegate.h | 30 virtual DebugStringTableSubsectionRef getStringTable() = 0;
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | YAMLOutputStyle.cpp | 111 auto ExpectedST = File.getStringTable(); in dumpStringTable() 243 auto ExpectedST = File.getStringTable(); in dumpDbiStream() 252 StringsAndChecksumsRef SC(ExpectedST->getStringTable(), in dumpDbiStream()
|
| H A D | InputFile.cpp | 168 auto StringTable = File->pdb().getStringTable(); in initializeForPdb() 170 SC.setStrings(StringTable->getStringTable()); in initializeForPdb()
|
| H A D | DumpOutputStyle.cpp | 1066 auto &StringTable = Err(File.getStringTable()); in dumpNewFpo() 1101 auto IS = getPdb().getStringTable(); in dumpStringTableFromPdb() 1152 BinaryStreamRef NameBuffer = IS->getStringTable().getBuffer(); in dumpStringTableFromPdb() 1427 auto &Strings = Err(getPdb().getStringTable()); in dumpTpiStream()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | CompileUnitIndex.cpp | 139 PDBStringTable &strings = cantFail(m_index.pdb().getStringTable()); in GetOrCreateCompiland() 140 cci->m_strings.setStrings(strings.getStringTable()); in GetOrCreateCompiland()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PDBStringTable.h | 48 const codeview::DebugStringTableSubsectionRef &getStringTable() const;
|
| H A D | PDBFile.h | 102 Expected<PDBStringTable &> getStringTable();
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | Archive.cpp | 171 if (StringOffset >= Parent->getStringTable().size()) { in getName() 182 size_t End = Parent->getStringTable().find('\n', /*From=*/StringOffset); in getName() 184 Parent->getStringTable()[End - 1] != '/') { in getName() 188 return Parent->getStringTable().slice(StringOffset, End - 1); in getName() 190 return Parent->getStringTable().begin() + StringOffset; in getName()
|
| H A D | WindowsResource.cpp | 360 Data(Parser.getData()), StringTable(Parser.getStringTable()) { in WindowsResourceCOFFWriter()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | ELF.h | 104 Expected<StringRef> getStringTable(const Elf_Shdr *Section) const; 443 return getStringTable(&Sections[Index]); in getSectionStringTable() 542 ELFFile<ELFT>::getStringTable(const Elf_Shdr *Section) const { in getStringTable() function 606 return getStringTable(*SectionOrErr); in getStringTableForSymtab()
|
| H A D | WindowsResource.h | 156 const ArrayRef<std::vector<UTF16>> getStringTable() const { in getStringTable() function
|
| H A D | Archive.h | 266 StringRef getStringTable() const { return StringTable; } in getStringTable() function
|
| H A D | ELFObjectFile.h | 441 auto SymStrTabOrErr = EF.getStringTable(StringTableSec); in getSymbolName()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBStringTable.cpp | 59 PDBStringTable::getStringTable() const { in getStringTable() function in PDBStringTable
|
| H A D | PDBFile.cpp | 367 Expected<PDBStringTable &> PDBFile::getStringTable() { in getStringTable() function in PDBFile
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | SymbolDumper.cpp | 366 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord() 385 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | InputFiles.h | 151 StringRef getStringTable() const { return StringTable; } in getStringTable() function
|
| H A D | Relocations.cpp | 494 StringRef Name = check(S.getName(File.getStringTable())); in getSymbolsAt()
|
| H A D | SyntheticSections.cpp | 2813 NV.StrTab = In.DynStrTab->addString(File.getStringTable().data() + in addSymbol()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 225 DebugStringTableSubsectionRef getStringTable() override { in getStringTable() function in __anon102ad8080111::COFFObjectDumpDelegate
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 504 auto StrTabOrErr = EF.getStringTable(*StrTabSec); in getRelocationValueString()
|