Home
last modified time | relevance | path

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

/llvm-project/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();
/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()
24 Error DebugStringTableSubsectionRef::initialize(BinaryStreamRef Contents) {
29 Error DebugStringTableSubsectionRef::initialize(BinaryStreamReader &Reader) {
34 DebugStringTableSubsectionRef::getString(uint32_t Offset) const {
22 DebugStringTableSubsectionRef::DebugStringTableSubsectionRef() DebugStringTableSubsectionRef() function in DebugStringTableSubsectionRef
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()
/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,
553 getFileName(const DebugStringTableSubsectionRef &Strings,
564 const DebugStringTableSubsectionRef &Strings,
579 const DebugStringTableSubsectionRef
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h40 const codeview::DebugStringTableSubsectionRef &getStringTable() const;
49 codeview::DebugStringTableSubsectionRef Strings;
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp56 const codeview::DebugStringTableSubsectionRef &
/llvm-project/lld/COFF/
H A DPDB.cpp197 DebugStringTableSubsectionRef cvStrTab;
747 const DebugStringTableSubsectionRef &objStrTable, in translateStringTableIndex()
915 getFileName(const DebugStringTableSubsectionRef &strings, in getFileName()
1764 DebugStringTableSubsectionRef &cvStrTab, in findLineTable()
1849 DebugStringTableSubsectionRef cvStrTab; in getFileLineCodeView()
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h167 DebugStringTableSubsectionRef CVStringTable;
H A DLVCodeViewVisitor.h115 DebugStringTableSubsectionRef getStringTable() override;
/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1131 return iterateModuleSubsections<DebugStringTableSubsectionRef>( in dumpStringTableFromObj()
1134 DebugStringTableSubsectionRef &Strings2) -> Error { in dumpStringTableFromObj()
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp698 DebugStringTableSubsectionRef LVSymbolVisitorDelegate::getStringTable() { in getFileNameForFileOffset()
1224 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
1267 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp190 DebugStringTableSubsectionRef CVStringTable;
234 DebugStringTableSubsectionRef getStringTable() override { in getStringTable()