/freebsd/contrib/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();
|
/freebsd/contrib/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 | 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 | 73 DebugStringTableSubsectionRef Section; in visitDebugSubsection()
|
H A D | SymbolDumper.cpp | 363 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord() 382 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 114 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings, 128 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings, 144 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings, 174 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings, 202 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings); 216 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 in fromCodeViewSubsection() [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | PDBStringTable.h | 40 const codeview::DebugStringTableSubsectionRef &getStringTable() const; 49 codeview::DebugStringTableSubsectionRef Strings;
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBStringTable.cpp | 56 const codeview::DebugStringTableSubsectionRef &
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | PDB.cpp | 196 DebugStringTableSubsectionRef cvStrTab; 743 const DebugStringTableSubsectionRef &objStrTable, in translateStringTableIndex() 910 getFileName(const DebugStringTableSubsectionRef &strings, in getFileName() 1750 DebugStringTableSubsectionRef &cvStrTab, in findLineTable() 1835 DebugStringTableSubsectionRef cvStrTab; in getFileLineCodeView()
|
/freebsd/contrib/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;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | DumpOutputStyle.cpp | 1131 return iterateModuleSubsections<DebugStringTableSubsectionRef>( in dumpStringTableFromObj() 1134 DebugStringTableSubsectionRef &Strings2) -> Error { in dumpStringTableFromObj()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 704 DebugStringTableSubsectionRef LVSymbolVisitorDelegate::getStringTable() { in getStringTable() 1230 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord() 1273 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 190 DebugStringTableSubsectionRef CVStringTable; 234 DebugStringTableSubsectionRef getStringTable() override { in getStringTable()
|