Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86AsmPrinter.h55 InShadow = true; in reset()
63 bool InShadow = false; variable
H A DX86MCInstLower.cpp108 if (InShadow) { in count()
115 InShadow = false; // The shadow is big enough. Stop counting. in count()
121 if (InShadow && CurrentShadowSize < RequiredShadowSize) { in emitShadowPadding()
122 InShadow = false; in emitShadowPadding()