Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h21 class DebugStringTableSubsectionRef; variable
29 explicit StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings);
32 StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings,
35 void setStrings(const DebugStringTableSubsectionRef &Strings);
66 const DebugStringTableSubsectionRef &strings() const { return *Strings; } in strings()
76 std::shared_ptr<DebugStringTableSubsectionRef> OwnedStrings;
79 const DebugStringTableSubsectionRef *Strings = nullptr;
H A DDebugSubsectionVisitor.h26 class DebugStringTableSubsectionRef; variable
51 virtual Error visitStringTable(DebugStringTableSubsectionRef &ST,
90 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections()
98 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();
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DStringsAndChecksums.cpp23 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 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.cpp73 DebugStringTableSubsectionRef Section; in visitDebugSubsection()
H A DSymbolDumper.cpp363 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
382 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h40 const codeview::DebugStringTableSubsectionRef &getStringTable() const;
49 codeview::DebugStringTableSubsectionRef Strings;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp56 const codeview::DebugStringTableSubsectionRef &
/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp197 DebugStringTableSubsectionRef cvStrTab;
746 const DebugStringTableSubsectionRef &objStrTable, in translateStringTableIndex()
913 getFileName(const DebugStringTableSubsectionRef &strings, in getFileName()
1716 DebugStringTableSubsectionRef &cvStrTab, in findLineTable()
1801 DebugStringTableSubsectionRef cvStrTab; in getFileLineCodeView()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1131 return iterateModuleSubsections<DebugStringTableSubsectionRef>( in dumpStringTableFromObj()
1134 DebugStringTableSubsectionRef &Strings2) -> Error { in dumpStringTableFromObj()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp189 DebugStringTableSubsectionRef CVStringTable;
233 DebugStringTableSubsectionRef getStringTable() override { in getStringTable()