Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A 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;
H A DDebugSubsectionVisitor.h30 class DebugStringTableSubsectionRef; variable
56 virtual Error visitStringTable(DebugStringTableSubsectionRef &ST,
95 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections()
103 const DebugStringTableSubsectionRef &Strings, in visitDebugSubsections()
H A DSymbolVisitorDelegate.h22 class DebugStringTableSubsectionRef; variable
30 virtual DebugStringTableSubsectionRef getStringTable() = 0;
H A DDebugStringTableSubsection.h32 class DebugStringTableSubsectionRef : public DebugSubsectionRef {
34 DebugStringTableSubsectionRef();
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A 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()
H A 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()
H A DDebugSubsectionVisitor.cpp73 DebugStringTableSubsectionRef Section; in visitDebugSubsection()
H A DSymbolDumper.cpp366 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
385 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable(); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp115 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()
620 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection()
657 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection()
692 const DebugStringTableSubsectionRef &Strings) { in fromCodeViewSubsection()
710 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection()
780 Error visitStringTable(DebugStringTableSubsectionRef &ST,
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h48 const codeview::DebugStringTableSubsectionRef &getStringTable() const;
57 codeview::DebugStringTableSubsectionRef Strings;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp58 const codeview::DebugStringTableSubsectionRef &
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp242 DebugStringTableSubsectionRef CVStrTab;
1165 const DebugStringTableSubsectionRef &ObjStrTable, in translateStringTableIndex()
1626 getFileName(const DebugStringTableSubsectionRef &Strings, in getFileName()
1656 DebugStringTableSubsectionRef &CVStrTab, in findLineTable()
1741 DebugStringTableSubsectionRef CVStrTab; in getFileLine()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1171 iterateModuleSubsections<DebugStringTableSubsectionRef>( in dumpStringTableFromObj()
1174 DebugStringTableSubsectionRef &Strings2) { in dumpStringTableFromObj()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp180 DebugStringTableSubsectionRef CVStringTable;
225 DebugStringTableSubsectionRef getStringTable() override { in getStringTable()