HomeSort by relevance Sort by last modified time
    Searched refs:CurrentShadowSize (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 51 CurrentShadowSize = 0;
66 // CurrentShadowSize counts the number of bytes encoded since the most
69 unsigned RequiredShadowSize, CurrentShadowSize;
X86MCInstLower.cpp 76 : TM(TM), InShadow(false), RequiredShadowSize(0), CurrentShadowSize(0) {}
95 CurrentShadowSize += Code.size();
96 if (CurrentShadowSize >= RequiredShadowSize)
103 if (InShadow && CurrentShadowSize < RequiredShadowSize) {
105 EmitNops(OutStreamer, RequiredShadowSize - CurrentShadowSize,
    [all...]

Completed in 1219 milliseconds