HomeSort by relevance Sort by last modified time
    Searched defs:EmitZerofill (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Object/
RecordStreamer.cpp 92 void RecordStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 91 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
357 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(),
361 void MCMachOStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
394 EmitZerofill(Section, Symbol, Size, ByteAlignment);
WinCOFFStreamer.cpp 220 void MCWinCOFFStreamer::EmitZerofill(const MCSection *Section,
MCELFStreamer.cpp 579 void MCELFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
MCAsmStreamer.cpp 154 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
542 void MCAsmStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
    [all...]

Completed in 104 milliseconds