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

References

lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
 1031   OS.PushSection();
 1033   OS.SwitchSection(Sec);
 1035   OS.EmitValueImpl(ExprRef, 4);
 1037   OS.EmitIntValue(GPRInfoSet ? GPRBitMask : 0, 4); // reg_mask
 1038   OS.EmitIntValue(GPRInfoSet ? GPROffset : 0, 4);  // reg_offset
 1040   OS.EmitIntValue(FPRInfoSet ? FPRBitMask : 0, 4); // fpreg_mask
 1041   OS.EmitIntValue(FPRInfoSet ? FPROffset : 0, 4);  // fpreg_offset
 1043   OS.EmitIntValue(FrameInfoSet ? FrameOffset : 0, 4); // frame_offset
 1044   OS.EmitIntValue(FrameInfoSet ? FrameReg : 0, 4);    // frame_reg
 1045   OS.EmitIntValue(FrameInfoSet ? ReturnReg : 0, 4);   // return_reg
 1051   OS.PopSection();
 1055   OS.EmitLabel(CurPCSym);