Searched defs:EmitZerofill (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Object/
H A DRecordStreamer.cpp92 void RecordStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, function in class:RecordStreamer
/external/llvm/lib/MC/
H A DMCMachOStreamer.cpp91 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
357 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(),
361 void MCMachOStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, function in class:MCMachOStreamer
394 EmitZerofill(Section, Symbol, Size, ByteAlignment);
H A DWinCOFFStreamer.cpp220 void MCWinCOFFStreamer::EmitZerofill(const MCSection *Section, function in class:llvm::MCWinCOFFStreamer
H A DMCELFStreamer.cpp579 void MCELFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, function in class:MCELFStreamer
H A DMCAsmStreamer.cpp154 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
542 void MCAsmStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, function in class:MCAsmStreamer

Completed in 116 milliseconds