Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h22 class DebugStringTableSubsectionRef; variable
31 const DebugStringTableSubsectionRef &Strings);
34 LLVM_ABI StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings,
37 LLVM_ABI void setStrings(const DebugStringTableSubsectionRef &Strings);
68 const DebugStringTableSubsectionRef &strings() const { return *Strings; } in strings()
78 std::shared_ptr<DebugStringTableSubsectionRef> OwnedStrings;
81 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.h32 class DebugStringTableSubsectionRef : public DebugSubsectionRef {
34 LLVM_ABI DebugStringTableSubsectionRef();
/freebsd/contrib/llvm-project/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.cpp21 DebugStringTableSubsectionRef::DebugStringTableSubsectionRef() in DebugStringTableSubsectionRef() function in DebugStringTableSubsectionRef
24 Error DebugStringTableSubsectionRef::initialize(BinaryStreamRef Contents) { in initialize()
29 Error DebugStringTableSubsectionRef::initialize(BinaryStreamReader &Reader) { in initialize()
34 DebugStringTableSubsectionRef::getString(uint32_t Offset) const { in getString()
H A DDebugSubsectionVisitor.cpp72 DebugStringTableSubsectionRef Section; in visitDebugSubsection()
H A DSymbolDumper.cpp363 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
382 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp112 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
126 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
142 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
172 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
200 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings);
214 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
539 convertOneChecksum(const DebugStringTableSubsectionRef &Strings, in convertOneChecksum()
553 getFileName(const DebugStringTableSubsectionRef &Strings, in getFileName()
564 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection()
579 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h41 LLVM_ABI const codeview::DebugStringTableSubsectionRef &
51 codeview::DebugStringTableSubsectionRef Strings;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp56 const codeview::DebugStringTableSubsectionRef &
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp187 DebugStringTableSubsectionRef cvStrTab;
737 const DebugStringTableSubsectionRef &objStrTable, in translateStringTableIndex()
905 getFileName(const DebugStringTableSubsectionRef &strings, in getFileName()
1757 DebugStringTableSubsectionRef &cvStrTab, in findLineTable()
1842 DebugStringTableSubsectionRef cvStrTab; in getFileLineCodeView()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h167 DebugStringTableSubsectionRef CVStringTable;
H A DLVCodeViewVisitor.h115 DebugStringTableSubsectionRef getStringTable() override;
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1131 return iterateModuleSubsections<DebugStringTableSubsectionRef>( in dumpStringTableFromObj()
1134 DebugStringTableSubsectionRef &Strings2) -> Error { in dumpStringTableFromObj()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp691 DebugStringTableSubsectionRef LVSymbolVisitorDelegate::getStringTable() { in getStringTable()
1223 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
1266 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp191 DebugStringTableSubsectionRef CVStringTable;
235 DebugStringTableSubsectionRef getStringTable() override { in getStringTable()