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

References

lib/CodeGen/StackMaps.cpp
  188       switch (Loc.Type) {
  223       OS << "\t[encoding: .byte " << Loc.Type << ", .byte 0"
  323     if (Loc.Type == Location::Constant && !isInt<32>(Loc.Offset)) {
  324       Loc.Type = Location::ConstantIndex;
  387       assert(Locations[i].Type == Location::Register &&
  522       OS.EmitIntValue(Loc.Type, 1);