Home
last modified time | relevance | path

Searched refs:DebugStringTableSubsectionRef (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DStringsAndChecksums.h27 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;
DDebugSubsectionVisitor.h27 class DebugStringTableSubsectionRef; variable
52 virtual Error visitStringTable(DebugStringTableSubsectionRef &ST,
91 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections()
99 const DebugStringTableSubsectionRef &Strings, in visitDebugSubsections()
DSymbolVisitorDelegate.h21 class DebugStringTableSubsectionRef; variable
29 virtual DebugStringTableSubsectionRef getStringTable() = 0;
DDebugStringTableSubsection.h31 class DebugStringTableSubsectionRef : public DebugSubsectionRef {
33 DebugStringTableSubsectionRef();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DStringsAndChecksums.h27 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;
DDebugSubsectionVisitor.h29 class DebugStringTableSubsectionRef; variable
55 virtual Error visitStringTable(DebugStringTableSubsectionRef &ST,
94 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections()
102 const DebugStringTableSubsectionRef &Strings, in visitDebugSubsections()
DSymbolVisitorDelegate.h21 class DebugStringTableSubsectionRef; variable
29 virtual DebugStringTableSubsectionRef getStringTable() = 0;
DDebugStringTableSubsection.h31 class DebugStringTableSubsectionRef : public DebugSubsectionRef {
33 DebugStringTableSubsectionRef();
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DStringsAndChecksums.cpp24 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()
DDebugStringTableSubsection.cpp22 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()
DDebugSubsectionVisitor.cpp72 DebugStringTableSubsectionRef Section; in visitDebugSubsection()
DSymbolDumper.cpp365 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
384 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DStringsAndChecksums.cpp24 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()
DDebugStringTableSubsection.cpp22 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()
DDebugSubsectionVisitor.cpp72 DebugStringTableSubsectionRef Section; in visitDebugSubsection()
DSymbolDumper.cpp365 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
384 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp114 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 &Strings, in fromCodeViewSubsection()
[all …]
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp114 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 &Strings, in fromCodeViewSubsection()
[all …]
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTable.h47 const codeview::DebugStringTableSubsectionRef &getStringTable() const;
56 codeview::DebugStringTableSubsectionRef Strings;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTable.h47 const codeview::DebugStringTableSubsectionRef &getStringTable() const;
56 codeview::DebugStringTableSubsectionRef Strings;
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTable.cpp57 const codeview::DebugStringTableSubsectionRef &
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTable.cpp57 const codeview::DebugStringTableSubsectionRef &
/external/llvm-project/lld/COFF/
DPDB.cpp167 DebugStringTableSubsectionRef cvStrTab;
633 const DebugStringTableSubsectionRef &objStrTable, in translateStringTableIndex()
723 getFileName(const DebugStringTableSubsectionRef &strings, in getFileName()
1474 DebugStringTableSubsectionRef &cvStrTab, in findLineTable()
1559 DebugStringTableSubsectionRef cvStrTab; in getFileLineCodeView()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1239 iterateModuleSubsections<DebugStringTableSubsectionRef>( in dumpStringTableFromObj()
1242 DebugStringTableSubsectionRef &Strings2) { in dumpStringTableFromObj()
/external/llvm-project/llvm/tools/llvm-readobj/
DCOFFDumper.cpp186 DebugStringTableSubsectionRef CVStringTable;
231 DebugStringTableSubsectionRef getStringTable() override { in getStringTable()