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

References

lib/Target/X86/X86FrameLowering.cpp
 1598     DL = MBBI->getDebugLoc();
 1641     BuildMI(MBB, MBBI, DL, TII.get(Is64Bit ? X86::POP64r : X86::POP32r),
 1647       BuildCFI(MBB, MBBI, DL, MCCFIInstruction::createDefCfa(
 1674     DL = MBBI->getDebugLoc();
 1702       addRegOffset(BuildMI(MBB, MBBI, DL, TII.get(Opc), StackPtr),
 1707       BuildMI(MBB, MBBI, DL, TII.get(Opc), StackPtr)
 1713     emitSPUpdate(MBB, MBBI, DL, NumBytes, /*InEpilogue=*/true);
 1716       BuildCFI(MBB, MBBI, DL, MCCFIInstruction::createDefCfaOffset(
 1729     BuildMI(MBB, MBBI, DL, TII.get(X86::SEH_Epilogue));
 1742         BuildCFI(MBB, MBBI, DL,
 1755       emitSPUpdate(MBB, Terminator, DL, Offset, /*InEpilogue=*/true);