Home
last modified time | relevance | path

Searched refs:insertReturnProtectorPrologue (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsReturnProtectorLowering.h27 insertReturnProtectorPrologue(MachineFunction &MF, MachineBasicBlock &MBB,
DMipsReturnProtectorLowering.cpp32 void MipsReturnProtectorLowering::insertReturnProtectorPrologue( in insertReturnProtectorPrologue() function in MipsReturnProtectorLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCReturnProtectorLowering.h27 insertReturnProtectorPrologue(MachineFunction &MF, MachineBasicBlock &MBB,
DPPCReturnProtectorLowering.cpp33 void PPCReturnProtectorLowering::insertReturnProtectorPrologue( in insertReturnProtectorPrologue() function in PPCReturnProtectorLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ReturnProtectorLowering.h26 insertReturnProtectorPrologue(MachineFunction &MF, MachineBasicBlock &MBB,
DX86ReturnProtectorLowering.cpp33 void X86ReturnProtectorLowering::insertReturnProtectorPrologue( in insertReturnProtectorPrologue() function in X86ReturnProtectorLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ReturnProtectorLowering.h27 insertReturnProtectorPrologue(MachineFunction &MF, MachineBasicBlock &MBB,
DAArch64ReturnProtectorLowering.cpp34 void AArch64ReturnProtectorLowering::insertReturnProtectorPrologue( in insertReturnProtectorPrologue() function in AArch64ReturnProtectorLowering
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DReturnProtectorLowering.h36 virtual void insertReturnProtectorPrologue(MachineFunction &MF, in insertReturnProtectorPrologue() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DReturnProtectorLowering.cpp335 insertReturnProtectorPrologue(MF, MF.front(), cookie); in insertReturnProtectors()