Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching refs:typeOffset

552   int64_t typeOffset = 0,
559 typeOffset = readSLEB128(&actionPos);
565 "handleActionValue(...):typeOffset: <%lld>, "
567 typeOffset,
570 assert((typeOffset >= 0) &&
573 // Note: A typeOffset == 0 implies that a cleanup llvm.eh.selector
575 if ((typeOffset > 0) &&
576 (type == (classInfo[-typeOffset])->type)) {