/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | StringsAndChecksums.h | 21 class DebugStringTableSubsectionRef; variable 29 explicit StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings); 32 StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings, 35 void setStrings(const DebugStringTableSubsectionRef &Strings); 66 const DebugStringTableSubsectionRef &strings() const { return *Strings; } in strings() 76 std::shared_ptr<DebugStringTableSubsectionRef> OwnedStrings; 79 const DebugStringTableSubsectionRef *Strings = nullptr;
|
H A D | DebugSubsectionVisitor.h | 26 class DebugStringTableSubsectionRef; variable 51 virtual Error visitStringTable(DebugStringTableSubsectionRef &ST, 90 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections() 98 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();
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | StringsAndChecksums.cpp | 23 const DebugStringTableSubsectionRef &Strings) in StringsAndChecksumsRef() 27 const DebugStringTableSubsectionRef &Strings, in StringsAndChecksumsRef() 36 OwnedStrings = std::make_shared<DebugStringTableSubsectionRef>(); in initializeStrings() 57 const DebugStringTableSubsectionRef &StringsRef) { in setStrings() 58 OwnedStrings = std::make_shared<DebugStringTableSubsectionRef>(); in setStrings()
|
H A D | DebugStringTableSubsection.cpp | 21 DebugStringTableSubsectionRef::DebugStringTableSubsectionRef() 24 Error DebugStringTableSubsectionRef::initialize(BinaryStreamRef Contents) { 29 Error DebugStringTableSubsectionRef::initialize(BinaryStreamReader &Reader) { 34 DebugStringTableSubsectionRef::getString(uint32_t Offset) const { 22 DebugStringTableSubsectionRef::DebugStringTableSubsectionRef() DebugStringTableSubsectionRef() function in DebugStringTableSubsectionRef
|
H A D | DebugSubsectionVisitor.cpp | 72 DebugStringTableSubsectionRef Section; in visitDebugSubsection()
|
H A D | SymbolDumper.cpp | 363 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord() 382 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 112 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings, 126 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings, 142 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings, 172 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings, 200 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings); 214 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings, 539 convertOneChecksum(const DebugStringTableSubsectionRef &Strings, 553 getFileName(const DebugStringTableSubsectionRef &Strings, 564 const DebugStringTableSubsectionRef &Strings, 579 const DebugStringTableSubsectionRef [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | PDBStringTable.h | 40 const codeview::DebugStringTableSubsectionRef &getStringTable() const; 49 codeview::DebugStringTableSubsectionRef Strings;
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBStringTable.cpp | 56 const codeview::DebugStringTableSubsectionRef &
|
/llvm-project/lld/COFF/ |
H A D | PDB.cpp | 197 DebugStringTableSubsectionRef cvStrTab; 747 const DebugStringTableSubsectionRef &objStrTable, in translateStringTableIndex() 915 getFileName(const DebugStringTableSubsectionRef &strings, in getFileName() 1764 DebugStringTableSubsectionRef &cvStrTab, in findLineTable() 1849 DebugStringTableSubsectionRef cvStrTab; in getFileLineCodeView()
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.h | 167 DebugStringTableSubsectionRef CVStringTable;
|
H A D | LVCodeViewVisitor.h | 115 DebugStringTableSubsectionRef getStringTable() override;
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | DumpOutputStyle.cpp | 1131 return iterateModuleSubsections<DebugStringTableSubsectionRef>( in dumpStringTableFromObj() 1134 DebugStringTableSubsectionRef &Strings2) -> Error { in dumpStringTableFromObj()
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 698 DebugStringTableSubsectionRef LVSymbolVisitorDelegate::getStringTable() { in getFileNameForFileOffset() 1224 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord() 1267 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 190 DebugStringTableSubsectionRef CVStringTable; 234 DebugStringTableSubsectionRef getStringTable() override { in getStringTable()
|