Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1622 uint64_t AlignedNumBytes = NumBytes; in emitPrologue() local
1624 AlignedNumBytes = alignTo(AlignedNumBytes, MaxAlign); in emitPrologue()
1625 if (AlignedNumBytes >= StackProbeSize && EmitStackProbeCall) { in emitPrologue()