Searched refs:EmitZerofill (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/MC/
H A DMCNullStreamer.cpp35 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
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
/external/llvm/lib/Object/
H A DRecordStreamer.h36 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size,
H A DRecordStreamer.cpp92 void RecordStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, function in class:RecordStreamer
/external/llvm/include/llvm/MC/
H A DMCWinCOFFStreamer.h53 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size,
H A DMCELFStreamer.h68 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
H A DMCStreamer.h509 /// EmitZerofill - Emit the zerofill section and an optional symbol.
516 virtual void EmitZerofill(const MCSection *Section,
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp765 getStreamer().EmitZerofill(getContext().getMachOSection(
823 getStreamer().EmitZerofill(getContext().getMachOSection(
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp397 OutStreamer.EmitZerofill(TheSection, GVSym, Size, Align);
434 OutStreamer.EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog);

Completed in 148 milliseconds