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

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1224     if (!Location)
 1236       if (canUseReferenceType(*Location))
 1237         Location->LoadChain.pop_back();
 1240     } else if (needsReferenceType(*Location)) {
 1250     if (Location->Register == 0 || Location->LoadChain.size() > 1)
 1250     if (Location->Register == 0 || Location->LoadChain.size() > 1)
 1254       DR.CVRegister = TRI->getCodeViewRegNum(Location->Register);
 1255       DR.InMemory = !Location->LoadChain.empty();
 1257           !Location->LoadChain.empty() ? Location->LoadChain.back() : 0;
 1257           !Location->LoadChain.empty() ? Location->LoadChain.back() : 0;
 1258       if (Location->FragmentInfo) {
 1260         DR.StructOffset = Location->FragmentInfo->OffsetInBits / 8;