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

/external/llvm/lib/MC/
H A DMCNullStreamer.cpp65 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0, function in class:__anon7474::MCNullStreamer
H A DMCMachOStreamer.cpp74 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
286 void MCMachOStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, function in class:MCMachOStreamer
318 EmitZerofill(Section, Symbol, Size, ByteAlignment);
H A DMCPureStreamer.cpp41 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
146 void MCPureStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, function in class:MCPureStreamer
H A DWinCOFFStreamer.cpp69 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
326 void WinCOFFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, function in class:WinCOFFStreamer
H A DMCELFStreamer.cpp91 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0, function in class:__anon7471::MCELFStreamer
H A DMCAsmStreamer.cpp172 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
515 void MCAsmStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, function in class:MCAsmStreamer
/external/llvm/lib/Target/PTX/
H A DPTXMCAsmStreamer.cpp140 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
293 void PTXMCAsmStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, function in class:PTXMCAsmStreamer
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp596 getStreamer().EmitZerofill(getContext().getMachOSection(
654 getStreamer().EmitZerofill(getContext().getMachOSection(
H A DAsmParser.cpp2210 getStreamer().EmitZerofill(Ctx.getMachOSection(
/external/llvm/include/llvm/MC/
H A DMCStreamer.h368 /// EmitZerofill - Emit the zerofill section and an optional symbol.
375 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
/external/llvm/tools/lto/
H A DLTOModule.cpp601 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol, function in class:__anon7896::RecordStreamer
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp318 OutStreamer.EmitZerofill(TheSection, GVSym, Size, Align);
350 OutStreamer.EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog);

Completed in 157 milliseconds