reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
42 if (Strings && Checksums) 48 if (R.kind() == DebugSubsectionKind::StringTable && !Strings) { 64 const DebugStringTableSubsectionRef &strings() const { return *Strings; } 67 bool hasStrings() const { return Strings != nullptr; }lib/DebugInfo/CodeView/StringsAndChecksums.cpp
35 assert(!Strings && "Found a string table even though we already have one!"); 39 Strings = OwnedStrings.get(); 49 Strings = nullptr; 61 Strings = OwnedStrings.get();