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

References

unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
   98       AR.ElementType = TypeIndex::Int32();
   99       AR.IndexType = TypeIndex::UInt32();
  100       AR.Size = I;
  104       AR.Name = GlobalState->Strings.save(Stream.str());
  105       GlobalState->Records.push_back(AR);
  106       GlobalState->Indices.push_back(Builder.writeLeafType(AR));