HomeSort by relevance Sort by last modified time
    Searched refs:EmitFill (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/MC/
MCObjectStreamer.h 125 void EmitFill(uint64_t NumBytes, uint8_t FillValue) override;
MCStreamer.h 596 /// EmitFill - Emit NumBytes bytes worth of the value specified by
598 virtual void EmitFill(uint64_t NumBytes, uint8_t FillValue);
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 341 EmitFill(Res, Value);
363 void MCObjectStreamer::EmitFill(uint64_t NumBytes, uint8_t FillValue) {
MCAsmStreamer.cpp 175 void EmitFill(uint64_t NumBytes, uint8_t FillValue) override;
732 /// EmitFill - Emit NumBytes bytes worth of the value specified by
734 void MCAsmStreamer::EmitFill(uint64_t NumBytes, uint8_t FillValue) {
746 MCStreamer::EmitFill(NumBytes, FillValue);
    [all...]
MCStreamer.cpp 163 /// EmitFill - Emit NumBytes bytes worth of the value specified by
165 void MCStreamer::EmitFill(uint64_t NumBytes, uint8_t FillValue) {
171 /// The implementation in this class just redirects to EmitFill.
173 EmitFill(NumBytes, 0);
MCDwarf.cpp 820 MCOS->EmitFill(AddrSize, 0xFF);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.cpp 259 Asm->OutStreamer.EmitFill((-FileNameRegistry.LastOffset) % 4, 0);
AsmPrinter.cpp     [all...]
DwarfDebug.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]

Completed in 518 milliseconds