Searched defs:FillValue (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp702 void MCObjectStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, argument
H A DMCStreamer.cpp203 void MCStreamer::emitFill(uint64_t NumBytes, uint8_t FillValue) { argument
204 emitFill(*MCConstantExpr::create(NumBytes, getContext()), FillValue); local

Completed in 139 milliseconds