Home | History | Annotate | Download | only in CodeView

Lines Matching refs:Strings

33   explicit StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings);
36 StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings,
43 if (Strings && Checksums)
49 if (R.kind() == DebugSubsectionKind::StringTable && !Strings) {
65 const DebugStringTableSubsectionRef &strings() const { return *Strings; }
68 bool hasStrings() const { return Strings != nullptr; }
78 const DebugStringTableSubsectionRef *Strings = nullptr;
89 void setStrings(const StringsPtr &SP) { Strings = SP; }
92 const StringsPtr &strings() const { return Strings; }
95 bool hasStrings() const { return Strings != nullptr; }
99 StringsPtr Strings;