Home
last modified time | relevance | path

Searched refs:OpAdjustCfaOffset (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h496 OpAdjustCfaOffset, enumerator
583 return MCCFIInstruction(OpAdjustCfaOffset, L, 0, Adjustment, Loc);
710 Operation == OpAdjustCfaOffset || Operation == OpGnuArgsSize); in getOffset()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp214 case MCCFIInstruction::OpAdjustCfaOffset: in emitCFIInstruction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp201 case MCCFIInstruction::OpAdjustCfaOffset: in calculateOutgoingCFAInfo()
H A DMachineOperand.cpp724 case MCCFIInstruction::OpAdjustCfaOffset: in printCFI()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1359 case MCCFIInstruction::OpAdjustCfaOffset: in emitCFIInstruction()
1362 Instr.getOperation() == MCCFIInstruction::OpAdjustCfaOffset; in emitCFIInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp435 CI.getOperation() == MCCFIInstruction::OpAdjustCfaOffset) in mergeSPUpdates()
452 if (CFIInst.getOperation() == MCCFIInstruction::OpAdjustCfaOffset) in BuildCFI()