Home
last modified time | relevance | path

Searched refs:StackAdjustment (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
DARMWinEH.h197 inline uint16_t StackAdjustment(const RuntimeFunction &RF) { in StackAdjustment() function
/external/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp693 SW.printNumber("StackAdjustment", StackAdjustment(RF) << 2); in dumpPackedEntry()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp5307 int StackAdjustment; in ExpandMOVImmSExti8() local
5314 StackAdjustment = 8; in ExpandMOVImmSExti8()
5321 StackAdjustment = 4; in ExpandMOVImmSExti8()
5336 MCCFIInstruction::createAdjustCfaOffset(nullptr, StackAdjustment)); in ExpandMOVImmSExti8()
5338 MCCFIInstruction::createAdjustCfaOffset(nullptr, -StackAdjustment)); in ExpandMOVImmSExti8()