Home
last modified time | relevance | path

Searched refs:createAdjustCfaOffset (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/MC/
DMCDwarf.h392 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment) { in createAdjustCfaOffset() function
/external/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp506 MCCFIInstruction::createAdjustCfaOffset(nullptr, 4)); in adjustCallSequence()
DX86FrameLowering.cpp2536 MCCFIInstruction::createAdjustCfaOffset(nullptr, -InternalAmt)); in eliminateCallFramePseudoInstr()
2561 MCCFIInstruction::createAdjustCfaOffset(nullptr, CFAOffset)); in eliminateCallFramePseudoInstr()
DX86InstrInfo.cpp5336 MCCFIInstruction::createAdjustCfaOffset(nullptr, StackAdjustment)); in ExpandMOVImmSExti8()
5338 MCCFIInstruction::createAdjustCfaOffset(nullptr, -StackAdjustment)); in ExpandMOVImmSExti8()
/external/llvm/lib/MC/
DMCStreamer.cpp279 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment); in EmitCFIAdjustCfaOffset()