Home
last modified time | relevance | path

Searched refs:CFIInst (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.h61 const DebugLoc &DL, const MCCFIInstruction &CFIInst,
H A DMSP430FrameLowering.cpp48 const MCCFIInstruction &CFIInst, in BuildCFI() argument
51 unsigned CFIIndex = MF.addFrameInst(CFIInst); in BuildCFI()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.h58 const DebugLoc &DL, const MCCFIInstruction &CFIInst) const;
H A DM68kFrameLowering.cpp441 const MCCFIInstruction &CFIInst) const { in BuildCFI()
443 unsigned CFIIndex = MF.addFrameInst(CFIInst); in BuildCFI()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h180 const DebugLoc &DL, const MCCFIInstruction &CFIInst,
H A DX86FrameLowering.cpp447 const MCCFIInstruction &CFIInst, in BuildCFI() argument
450 unsigned CFIIndex = MF.addFrameInst(CFIInst); in BuildCFI()
452 if (CFIInst.getOperation() == MCCFIInstruction::OpAdjustCfaOffset) in BuildCFI()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp105 const char CFIInst[] = { in emitSCSPrologue() local
114 nullptr, StringRef(CFIInst, sizeof(CFIInst)))); in emitSCSPrologue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1652 static const char CFIInst[] = { in emitShadowCallStackPrologue() local
1660 nullptr, StringRef(CFIInst, sizeof(CFIInst)))); in emitShadowCallStackPrologue()