Searched refs:DebugStringTableSubsectionRef (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | StringsAndChecksums.h | 27 explicit StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings); 30 StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings, 33 void setStrings(const DebugStringTableSubsectionRef &Strings); 64 const DebugStringTableSubsectionRef &strings() const { return *Strings; } in strings() 74 std::shared_ptr<DebugStringTableSubsectionRef> OwnedStrings; 77 const DebugStringTableSubsectionRef *Strings = nullptr;
|
| H A D | DebugSubsectionVisitor.h | 27 class DebugStringTableSubsectionRef; variable 52 virtual Error visitStringTable(DebugStringTableSubsectionRef &ST, 91 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections() 99 const DebugStringTableSubsectionRef &Strings, in visitDebugSubsections()
|
| H A D | SymbolVisitorDelegate.h | 21 class DebugStringTableSubsectionRef; variable 29 virtual DebugStringTableSubsectionRef getStringTable() = 0;
|
| H A D | DebugStringTableSubsection.h | 31 class DebugStringTableSubsectionRef : public DebugSubsectionRef { 33 DebugStringTableSubsectionRef();
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | StringsAndChecksums.cpp | 24 const DebugStringTableSubsectionRef &Strings) in StringsAndChecksumsRef() 28 const DebugStringTableSubsectionRef &Strings, in StringsAndChecksumsRef() 37 OwnedStrings = std::make_shared<DebugStringTableSubsectionRef>(); in initializeStrings() 58 const DebugStringTableSubsectionRef &StringsRef) { in setStrings() 59 OwnedStrings = std::make_shared<DebugStringTableSubsectionRef>(); in setStrings()
|
| H A D | DebugStringTableSubsection.cpp | 22 DebugStringTableSubsectionRef::DebugStringTableSubsectionRef() in DebugStringTableSubsectionRef() function in DebugStringTableSubsectionRef 25 Error DebugStringTableSubsectionRef::initialize(BinaryStreamRef Contents) { in initialize() 30 Error DebugStringTableSubsectionRef::initialize(BinaryStreamReader &Reader) { in initialize() 35 DebugStringTableSubsectionRef::getString(uint32_t Offset) const { in getString()
|
| H A D | DebugSubsectionVisitor.cpp | 72 DebugStringTableSubsectionRef Section; in visitDebugSubsection()
|
| H A D | SymbolDumper.cpp | 365 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord() 384 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 114 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings, 541 convertOneChecksum(const DebugStringTableSubsectionRef &Strings, in convertOneChecksum() 555 getFileName(const DebugStringTableSubsectionRef &Strings, in getFileName() 566 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection() 581 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection() 619 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection() 656 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection() 691 const DebugStringTableSubsectionRef &Strings) { in fromCodeViewSubsection() 709 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection() 779 Error visitStringTable(DebugStringTableSubsectionRef &ST, [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PDBStringTable.h | 46 const codeview::DebugStringTableSubsectionRef &getStringTable() const; 55 codeview::DebugStringTableSubsectionRef Strings;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBStringTable.cpp | 57 const codeview::DebugStringTableSubsectionRef &
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | PDB.cpp | 201 DebugStringTableSubsectionRef cvStrTab; 746 const DebugStringTableSubsectionRef &objStrTable, in translateStringTableIndex() 907 getFileName(const DebugStringTableSubsectionRef &strings, in getFileName() 1698 DebugStringTableSubsectionRef &cvStrTab, in findLineTable() 1783 DebugStringTableSubsectionRef cvStrTab; in getFileLineCodeView()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.cpp | 1235 iterateModuleSubsections<DebugStringTableSubsectionRef>( in dumpStringTableFromObj() 1238 DebugStringTableSubsectionRef &Strings2) { in dumpStringTableFromObj()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 188 DebugStringTableSubsectionRef CVStringTable; 233 DebugStringTableSubsectionRef getStringTable() override { in getStringTable()
|