reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
315 VBRSize = GetVBRSize(ChildSize); 319 ChildSize = EmitMatcherList(SM->getChild(i), Indent+1, 321 } while (GetVBRSize(ChildSize) != VBRSize); 323 assert(ChildSize != 0 && "Should not have a zero-sized child!"); 325 CurrentIdx += EmitVBRValue(ChildSize, OS); 327 OS << "/*->" << CurrentIdx+ChildSize << "*/"; 334 CurrentIdx += ChildSize;