reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
   30     Symbols.clear();
   46     if (Symbols.empty()) {
   49       for (const CVSymbol &S : Symbols)
   74     ASSERT_EQ(sizeof...(T), Symbols.size());
  132     Refs.resize(Symbols.size());
  133     for (uint32_t I = 0; I < Symbols.size(); ++I)
  134       discoverTypeIndicesInSymbol(Symbols[I], Refs[I]);
  161     Symbols.push_back(SymbolSerializer::writeOneSymbol(Record, Storage,