Searched refs:MCFillFragment (Results 1 – 6 of 6) sorted by relevance
44 cast<MCFillFragment>(this)->~MCFillFragment(); in destroy()185 const auto *FF = cast<MCFillFragment>(this); in dump()
259 auto &FF = cast<MCFillFragment>(F); in computeFragmentSize()694 const MCFillFragment &FF = cast<MCFillFragment>(F); in writeFragment()870 assert((cast<MCFillFragment>(F).getValue() == 0) && in writeSectionData()
748 getContext().allocFragment<MCFillFragment>(FillValue, 1, NumBytes, Loc)); in emitFill()776 getContext().allocFragment<MCFillFragment>(Expr, Size, NumValues, Loc)); in emitFill()
705 } else if (auto *FF = dyn_cast<MCFillFragment>(FI); in AttemptToFoldSymbolOffsetDifference()
730 } else if (auto *Fill = dyn_cast<MCFillFragment>(&Frag)) { in addData()
334 class MCFillFragment : public MCFragment {345 MCFillFragment(uint64_t Value, uint8_t VSize, const MCExpr &NumValues, in MCFillFragment() function