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

/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCNullStreamer.cpp34 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
H A DMCMachOStreamer.cpp98 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
394 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(),
398 void MCMachOStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, function in class:MCMachOStreamer
429 EmitZerofill(Section, Symbol, Size, ByteAlignment);
H A DWinCOFFStreamer.cpp265 void MCWinCOFFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, function in class:llvm::MCWinCOFFStreamer
H A DMCELFStreamer.cpp666 void MCELFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, function in class:MCELFStreamer
H A DMCAsmStreamer.cpp159 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
584 void MCAsmStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, function in class:MCAsmStreamer
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DRecordStreamer.h36 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
H A DRecordStreamer.cpp92 void RecordStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, function in class:RecordStreamer
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCWinCOFFStreamer.h60 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
H A DMCELFStreamer.h66 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
H A DMCStreamer.h495 virtual void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
/freebsd-11.0-release/contrib/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp795 getStreamer().EmitZerofill(getContext().getMachOSection(
853 getStreamer().EmitZerofill(getContext().getMachOSection(
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp482 OutStreamer->EmitZerofill(TheSection, GVSym, Size, Align);
528 OutStreamer->EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog);

Completed in 89 milliseconds