reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
473 VBRSize = GetVBRSize(ChildSize); 477 ChildSize = EmitMatcherList(Child, Indent+1, CurrentIdx+VBRSize+IdxSize, 479 } while (GetVBRSize(ChildSize) != VBRSize); 481 assert(ChildSize != 0 && "Should not have a zero-sized child!"); 493 CurrentIdx += EmitVBRValue(ChildSize, OS); 503 OS << "// ->" << CurrentIdx+ChildSize; 506 CurrentIdx += ChildSize;