Searched refs:skipInstructions (Results 1 – 1 of 1) sorted by relevance
903 auto skipInstructions = [&](std::function<bool(const MCInst &)> Predicate) { in hasValidCodePadding() local929 if (skipInstructions(isBreakpoint) && Offset == BF.getMaxSize()) in hasValidCodePadding()949 while (skipInstructions(isNoop) || skipInstructions(isSkipJump) || in hasValidCodePadding()