Home
last modified time | relevance | path

Searched refs:MCFillFragment (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp44 cast<MCFillFragment>(this)->~MCFillFragment(); in destroy()
185 const auto *FF = cast<MCFillFragment>(this); in dump()
H A DMCAssembler.cpp259 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()
H A DMCObjectStreamer.cpp748 getContext().allocFragment<MCFillFragment>(FillValue, 1, NumBytes, Loc)); in emitFill()
776 getContext().allocFragment<MCFillFragment>(Expr, Size, NumValues, Loc)); in emitFill()
H A DMCExpr.cpp705 } else if (auto *FF = dyn_cast<MCFillFragment>(FI); in AttemptToFoldSymbolOffsetDifference()
H A DWasmObjectWriter.cpp730 } else if (auto *Fill = dyn_cast<MCFillFragment>(&Frag)) { in addData()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h334 class MCFillFragment : public MCFragment {
345 MCFillFragment(uint64_t Value, uint8_t VSize, const MCExpr &NumValues, in MCFillFragment() function