Searched refs:isFragmentUpToDate (Results 1 – 2 of 2) sorted by relevance
48 bool isFragmentUpToDate(const MCFragment *F) const;
63 bool MCAsmLayout::isFragmentUpToDate(const MCFragment *F) const { in isFragmentUpToDate() function in MCAsmLayout74 if (!isFragmentUpToDate(F)) in Invalidate()92 while (!isFragmentUpToDate(F)) { in EnsureValid()366 assert(!isFragmentUpToDate(F) && "Attempt to recompute up-to-date fragment!"); in LayoutFragment()369 assert((!Prev || isFragmentUpToDate(Prev)) && in LayoutFragment()