Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DStringsAndChecksums.h28 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;
DDebugSubsectionVisitor.h30 class DebugStringTableSubsectionRef; variable
56 virtual Error visitStringTable(DebugStringTableSubsectionRef &ST,
95 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections()
103 const DebugStringTableSubsectionRef &Strings, in visitDebugSubsections()
DSymbolVisitorDelegate.h22 class DebugStringTableSubsectionRef; variable
30 virtual DebugStringTableSubsectionRef getStringTable() = 0;
DDebugStringTableSubsection.h32 class DebugStringTableSubsectionRef : public DebugSubsectionRef {
34 DebugStringTableSubsectionRef();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DStringsAndChecksums.cpp25 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()
DDebugStringTableSubsection.cpp23 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()
DDebugSubsectionVisitor.cpp73 DebugStringTableSubsectionRef Section; in visitDebugSubsection()
DSymbolDumper.cpp358 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
377 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp115 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
129 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
145 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
175 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
203 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings);
217 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()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTable.h48 const codeview::DebugStringTableSubsectionRef &getStringTable() const;
57 codeview::DebugStringTableSubsectionRef Strings;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTable.cpp58 const codeview::DebugStringTableSubsectionRef &
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DInputFile.cpp115 static const DebugStringTableSubsectionRef &extractStringTable(PDBFile &File) { in extractStringTable()
DDumpOutputStyle.cpp1018 iterateModuleSubsections<DebugStringTableSubsectionRef>( in dumpStringTableFromObj()
1021 DebugStringTableSubsectionRef &Strings2) { in dumpStringTableFromObj()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp178 DebugStringTableSubsectionRef CVStringTable;
219 DebugStringTableSubsectionRef getStringTable() override { in getStringTable()