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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolVisitorDelegate.h21 class DebugStringTableSubsectionRef;
29 virtual DebugStringTableSubsectionRef getStringTable() = 0;
H A DStringsAndChecksums.h21 class DebugStringTableSubsectionRef;
29 explicit StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings);
32 StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings,
35 void setStrings(const DebugStringTableSubsectionRef &Strings);
66 const DebugStringTableSubsectionRef &strings() const { return *Strings; }
76 std::shared_ptr<DebugStringTableSubsectionRef> OwnedStrings;
79 const DebugStringTableSubsectionRef *Strings = nullptr;
H A DDebugSubsectionVisitor.h26 class DebugStringTableSubsectionRef;
51 virtual Error visitStringTable(DebugStringTableSubsectionRef &ST,
90 const DebugStringTableSubsectionRef &Strings) {
98 const DebugStringTableSubsectionRef &Strings,
H A DDebugStringTableSubsection.h29 /// are retrieved by their offset in the buffer. DebugStringTableSubsectionRef
31 class DebugStringTableSubsectionRef : public DebugSubsectionRef { class in namespace:llvm::codeview
33 DebugStringTableSubsectionRef();
55 /// DebugStringTableSubsectionRef.
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DStringsAndChecksums.cpp23 const DebugStringTableSubsectionRef &Strings)
27 const DebugStringTableSubsectionRef &Strings,
36 OwnedStrings = std::make_shared<DebugStringTableSubsectionRef>();
57 const DebugStringTableSubsectionRef &StringsRef) {
58 OwnedStrings = std::make_shared<DebugStringTableSubsectionRef>();
H A DDebugStringTableSubsection.cpp22 DebugStringTableSubsectionRef::DebugStringTableSubsectionRef() function in class:DebugStringTableSubsectionRef
25 Error DebugStringTableSubsectionRef::initialize(BinaryStreamRef Contents) {
30 Error DebugStringTableSubsectionRef::initialize(BinaryStreamReader &Reader) {
35 DebugStringTableSubsectionRef::getString(uint32_t Offset) const {
H A DDebugSubsectionVisitor.cpp73 DebugStringTableSubsectionRef Section;
H A DSymbolDumper.cpp363 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable();
382 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h40 const codeview::DebugStringTableSubsectionRef &getStringTable() const;
49 codeview::DebugStringTableSubsectionRef Strings;
/freebsd-current/contrib/llvm-project/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,
555 getFileName(const DebugStringTableSubsectionRef &Strings,
566 const DebugStringTableSubsectionRef &Strings,
581 const DebugStringTableSubsectionRef
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp56 const codeview::DebugStringTableSubsectionRef &
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h167 DebugStringTableSubsectionRef CVStringTable;
H A DLVCodeViewVisitor.h115 DebugStringTableSubsectionRef getStringTable() override;
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DPDB.cpp196 DebugStringTableSubsectionRef cvStrTab;
743 const DebugStringTableSubsectionRef &objStrTable,
910 getFileName(const DebugStringTableSubsectionRef &strings,
1750 DebugStringTableSubsectionRef &cvStrTab,
1835 DebugStringTableSubsectionRef cvStrTab;
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1132 return iterateModuleSubsections<DebugStringTableSubsectionRef>(
1135 DebugStringTableSubsectionRef &Strings2) -> Error {
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp704 DebugStringTableSubsectionRef LVSymbolVisitorDelegate::getStringTable() {
1230 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable();
1273 DebugStringTableSubsectionRef Strings = ObjDelegate->getStringTable();
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp189 DebugStringTableSubsectionRef CVStringTable;
233 DebugStringTableSubsectionRef getStringTable() override {

Completed in 411 milliseconds