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

References

lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
   22   Limits.push_back(Limit);
   27   assert(!Limits.empty() && "Not in a record!");
   28   Limits.pop_back();
   61   assert(!Limits.empty() && "Not in a record!");
   68   Optional<uint32_t> Min = Limits.front().bytesRemaining(Offset);
   69   for (auto X : makeArrayRef(Limits).drop_front()) {