Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCDwarf.h452 OpAdjustCfaOffset, enumerator
510 return MCCFIInstruction(OpAdjustCfaOffset, L, 0, Adjustment, ""); in createAdjustCfaOffset()
605 Operation == OpAdjustCfaOffset || Operation == OpGnuArgsSize); in getOffset()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp239 case MCCFIInstruction::OpAdjustCfaOffset: in emitCFIInstruction()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp203 case MCCFIInstruction::OpAdjustCfaOffset: in calculateOutgoingCFAInfo()
H A DMachineOperand.cpp663 case MCCFIInstruction::OpAdjustCfaOffset: in printCFI()
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp1372 case MCCFIInstruction::OpAdjustCfaOffset: in emitCFIInstruction()
1375 Instr.getOperation() == MCCFIInstruction::OpAdjustCfaOffset; in emitCFIInstruction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp416 CI.getOperation() == MCCFIInstruction::OpAdjustCfaOffset) in mergeSPUpdates()