Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A 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;
H A DDebugSubsectionVisitor.h27 class DebugStringTableSubsectionRef; variable
52 virtual Error visitStringTable(DebugStringTableSubsectionRef &ST,
91 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections()
99 const DebugStringTableSubsectionRef &Strings, in visitDebugSubsections()
H A DSymbolVisitorDelegate.h21 class DebugStringTableSubsectionRef; variable
29 virtual DebugStringTableSubsectionRef getStringTable() = 0;
H A DDebugStringTableSubsection.h31 class DebugStringTableSubsectionRef : public DebugSubsectionRef {
33 DebugStringTableSubsectionRef();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A 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()
H A 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()
H A DDebugSubsectionVisitor.cpp72 DebugStringTableSubsectionRef Section; in visitDebugSubsection()
H A DSymbolDumper.cpp365 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
384 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h46 const codeview::DebugStringTableSubsectionRef &getStringTable() const;
55 codeview::DebugStringTableSubsectionRef Strings;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp57 const codeview::DebugStringTableSubsectionRef &
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1235 iterateModuleSubsections<DebugStringTableSubsectionRef>( in dumpStringTableFromObj()
1238 DebugStringTableSubsectionRef &Strings2) { in dumpStringTableFromObj()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp188 DebugStringTableSubsectionRef CVStringTable;
233 DebugStringTableSubsectionRef getStringTable() override { in getStringTable()