| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | StringsAndChecksums.h | 22 class DebugStringTableSubsectionRef; variable 31 const DebugStringTableSubsectionRef &Strings); 34 LLVM_ABI StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings, 37 LLVM_ABI void setStrings(const DebugStringTableSubsectionRef &Strings); 68 const DebugStringTableSubsectionRef &strings() const { return *Strings; } in strings() 78 std::shared_ptr<DebugStringTableSubsectionRef> OwnedStrings; 81 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 | 32 class DebugStringTableSubsectionRef : public DebugSubsectionRef { 34 LLVM_ABI 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 | 21 DebugStringTableSubsectionRef::DebugStringTableSubsectionRef() in DebugStringTableSubsectionRef() function in DebugStringTableSubsectionRef 24 Error DebugStringTableSubsectionRef::initialize(BinaryStreamRef Contents) { in initialize() 29 Error DebugStringTableSubsectionRef::initialize(BinaryStreamReader &Reader) { in initialize() 34 DebugStringTableSubsectionRef::getString(uint32_t Offset) const { in getString()
|
| 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()
|
| /freebsd/contrib/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, in convertOneChecksum() 553 getFileName(const DebugStringTableSubsectionRef &Strings, in getFileName() 564 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection() 579 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PDBStringTable.h | 41 LLVM_ABI const codeview::DebugStringTableSubsectionRef & 51 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 | 187 DebugStringTableSubsectionRef cvStrTab; 737 const DebugStringTableSubsectionRef &objStrTable, in translateStringTableIndex() 905 getFileName(const DebugStringTableSubsectionRef &strings, in getFileName() 1757 DebugStringTableSubsectionRef &cvStrTab, in findLineTable() 1842 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 | 691 DebugStringTableSubsectionRef LVSymbolVisitorDelegate::getStringTable() { in getStringTable() 1223 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord() 1266 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 191 DebugStringTableSubsectionRef CVStringTable; 235 DebugStringTableSubsectionRef getStringTable() override { in getStringTable()
|