| /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 | 351 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/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PDBStringTable.h | 42 getStringTable() const;
|
| H A D | PDBFile.h | 106 Expected<PDBStringTable &> getStringTable();
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | YAMLOutputStyle.cpp | 119 auto ExpectedST = File.getStringTable(); in dumpStringTable() 248 auto ExpectedST = File.getStringTable(); in dumpDbiStream() 257 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/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 | 294 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()
|
| 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 | 94 Obj->StringTable = XCOFFObj.getStringTable(); in create()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELF.h | 304 getStringTable(const Elf_Shdr &Section, 794 return getStringTable(Sections[Index], WarnHandler); in getSectionStringTable() 1223 ELFFile<ELFT>::getStringTable(const Elf_Shdr &Section, in getStringTable() function 1306 return getStringTable(**SectionOrErr); in getStringTableForSymtab() 1318 Expected<StringRef> StrTabOrErr = getStringTable(**StrTabSecOrErr); in getLinkAsStrtab()
|
| H A D | WindowsResource.h | 166 ArrayRef<std::vector<UTF16>> getStringTable() const { return StringTable; } in getStringTable() function
|
| H A D | Archive.h | 374 StringRef getStringTable() const { return StringTable; } in getStringTable() function
|
| H A D | DXContainer.h | 370 StringRef getStringTable() const { return StringTable; } in getStringTable() function
|
| H A D | XCOFFObjectFile.h | 731 StringRef getStringTable() const;
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.h | 189 StringRef getStringTable() const { return stringTable; } in getStringTable() function
|
| H A D | Driver.cpp | 1140 StringRef name = check(s.getName(f->getStringTable())); in ltoValidateAllVtablesHaveTypeInfos() 1150 StringRef name = check(s.getName(f->getStringTable())); in ltoValidateAllVtablesHaveTypeInfos() 2711 StringRef elfSymName = check(elfSym.getName(obj->getStringTable())); in compileBitcodeFiles()
|
| /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/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 | 691 DebugStringTableSubsectionRef LVSymbolVisitorDelegate::getStringTable() { in getStringTable() function in LVSymbolVisitorDelegate 1223 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord() 1266 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
|