Searched defs:EmitFill (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCLoggingStreamer.cpp180 virtual void EmitFill(uint64_t NumBytes, uint8_t FillValue, function in class:__anon19939::MCLoggingStreamer
182 LogCall("EmitFill");
183 return Child->EmitFill(NumBytes, FillValue, AddrSpace);
H A DMCAsmStreamer.cpp185 virtual void EmitFill(uint64_t NumBytes, uint8_t FillValue,
662 /// EmitFill - Emit NumBytes bytes worth of the value specified by
664 void MCAsmStreamer::EmitFill(uint64_t NumBytes, uint8_t FillValue, function in class:MCAsmStreamer
678 MCStreamer::EmitFill(NumBytes, FillValue, AddrSpace);
H A DMCStreamer.cpp135 /// EmitFill - Emit NumBytes bytes worth of the value specified by
137 void MCStreamer::EmitFill(uint64_t NumBytes, uint8_t FillValue, function in class:MCStreamer
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
H A DPTXMCAsmStreamer.cpp154 virtual void EmitFill(uint64_t NumBytes, uint8_t FillValue,
408 /// EmitFill - Emit NumBytes bytes worth of the value specified by
410 void PTXMCAsmStreamer::EmitFill(uint64_t NumBytes, uint8_t FillValue, function in class:PTXMCAsmStreamer
424 MCStreamer::EmitFill(NumBytes, FillValue, AddrSpace);

Completed in 157 milliseconds