Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86AsmPrinter.h52 InShadow = true; in reset()
62 bool InShadow; variable
DX86MCInstLower.cpp76 : TM(TM), InShadow(false), RequiredShadowSize(0), CurrentShadowSize(0) {} in StackMapShadowTracker()
90 if (InShadow) { in count()
97 InShadow = false; // The shadow is big enough. Stop counting. in count()
103 if (InShadow && CurrentShadowSize < RequiredShadowSize) { in emitShadowPadding()
104 InShadow = false; in emitShadowPadding()