Home | History | Annotate | Download | only in MC

Lines Matching refs:isFragmentValid

76 bool MCAsmLayout::isFragmentValid(const MCFragment *F) const {
87 if (!isFragmentValid(F))
106 while (!isFragmentValid(F)) {
487 assert(!isFragmentValid(F) && "Attempt to recompute a valid fragment!");
490 assert((!Prev || isFragmentValid(Prev)) &&