Searched refs:DebugStringTableSubsectionRef (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | StringsAndChecksums.h | 28 explicit StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings); 31 StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings, 34 void setStrings(const DebugStringTableSubsectionRef &Strings); 65 const DebugStringTableSubsectionRef &strings() const { return *Strings; } in strings() 75 std::shared_ptr<DebugStringTableSubsectionRef> OwnedStrings; 78 const DebugStringTableSubsectionRef *Strings = nullptr;
|
| H A D | DebugSubsectionVisitor.h | 30 class DebugStringTableSubsectionRef; variable 56 virtual Error visitStringTable(DebugStringTableSubsectionRef &ST, 95 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections() 103 const DebugStringTableSubsectionRef &Strings, in visitDebugSubsections()
|
| H A D | SymbolVisitorDelegate.h | 22 class DebugStringTableSubsectionRef; variable 30 virtual DebugStringTableSubsectionRef getStringTable() = 0;
|
| H A D | DebugStringTableSubsection.h | 32 class DebugStringTableSubsectionRef : public DebugSubsectionRef { 34 DebugStringTableSubsectionRef();
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | StringsAndChecksums.cpp | 25 const DebugStringTableSubsectionRef &Strings) in StringsAndChecksumsRef() 29 const DebugStringTableSubsectionRef &Strings, in StringsAndChecksumsRef() 38 OwnedStrings = std::make_shared<DebugStringTableSubsectionRef>(); in initializeStrings() 59 const DebugStringTableSubsectionRef &StringsRef) { in setStrings() 60 OwnedStrings = std::make_shared<DebugStringTableSubsectionRef>(); in setStrings()
|
| H A D | DebugStringTableSubsection.cpp | 23 DebugStringTableSubsectionRef::DebugStringTableSubsectionRef() in DebugStringTableSubsectionRef() function in DebugStringTableSubsectionRef 26 Error DebugStringTableSubsectionRef::initialize(BinaryStreamRef Contents) { in initialize() 31 Error DebugStringTableSubsectionRef::initialize(BinaryStreamReader &Reader) { in initialize() 36 DebugStringTableSubsectionRef::getString(uint32_t Offset) const { in getString()
|
| H A D | DebugSubsectionVisitor.cpp | 73 DebugStringTableSubsectionRef Section; in visitDebugSubsection()
|
| H A D | SymbolDumper.cpp | 366 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord() 385 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 115 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings, 542 convertOneChecksum(const DebugStringTableSubsectionRef &Strings, in convertOneChecksum() 556 getFileName(const DebugStringTableSubsectionRef &Strings, in getFileName() 567 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection() 582 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection() 620 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection() 657 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection() 692 const DebugStringTableSubsectionRef &Strings) { in fromCodeViewSubsection() 710 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection() 780 Error visitStringTable(DebugStringTableSubsectionRef &ST, [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PDBStringTable.h | 48 const codeview::DebugStringTableSubsectionRef &getStringTable() const; 57 codeview::DebugStringTableSubsectionRef Strings;
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBStringTable.cpp | 58 const codeview::DebugStringTableSubsectionRef &
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | PDB.cpp | 242 DebugStringTableSubsectionRef CVStrTab; 1165 const DebugStringTableSubsectionRef &ObjStrTable, in translateStringTableIndex() 1626 getFileName(const DebugStringTableSubsectionRef &Strings, in getFileName() 1656 DebugStringTableSubsectionRef &CVStrTab, in findLineTable() 1741 DebugStringTableSubsectionRef CVStrTab; in getFileLine()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.cpp | 1171 iterateModuleSubsections<DebugStringTableSubsectionRef>( in dumpStringTableFromObj() 1174 DebugStringTableSubsectionRef &Strings2) { in dumpStringTableFromObj()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 180 DebugStringTableSubsectionRef CVStringTable; 225 DebugStringTableSubsectionRef getStringTable() override { in getStringTable()
|