HomeSort by: relevance | last modified time | path
    Searched refs:createAdjustCfaOffset (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86CallFrameOptimization.cpp 585 MCCFIInstruction::createAdjustCfaOffset(nullptr, SlotSize));
X86FrameLowering.cpp 583 MCCFIInstruction::createAdjustCfaOffset(
610 MCCFIInstruction::createAdjustCfaOffset(nullptr, StackProbeSize));
3291 MCCFIInstruction::createAdjustCfaOffset(nullptr, -InternalAmt));
3324 MCCFIInstruction::createAdjustCfaOffset(nullptr,
X86InstrInfo.cpp 4564 MCCFIInstruction::createAdjustCfaOffset(nullptr, StackAdjustment));
4566 MCCFIInstruction::createAdjustCfaOffset(nullptr, -StackAdjustment));
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kFrameLowering.cpp 280 MCCFIInstruction::createAdjustCfaOffset(nullptr, -InternalAmt));
311 MCCFIInstruction::createAdjustCfaOffset(nullptr, CfaAdjustment));
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCDwarf.h 509 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment) {
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCStreamer.cpp 502 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 2267 MCCFIInstruction::createAdjustCfaOffset(nullptr, Offset));

Completed in 43 milliseconds