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/
WinCOFFStreamer.cpp 241 void MCWinCOFFStreamer::EmitZerofill(const MCSection *Section,
MCELFStreamer.cpp 682 void MCELFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
MCMachOStreamer.cpp 101 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
400 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(),
404 void MCMachOStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
437 EmitZerofill(Section, Symbol, Size, ByteAlignment);
MCAsmStreamer.cpp 153 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
545 void MCAsmStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
    [all...]

Completed in 1873 milliseconds