Home
last modified time | relevance | path

Searched refs:EmitZerofill (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/MC/
DMCMachOStreamer.cpp74 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
329 return EmitZerofill(getContext().getMachOSection("__DATA", "__bss", in EmitLocalCommonSymbol()
335 void MCMachOStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCMachOStreamer
367 EmitZerofill(Section, Symbol, Size, ByteAlignment); in EmitTBSSSymbol()
DMCPureStreamer.cpp41 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
146 void MCPureStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCPureStreamer
DMCNullStreamer.cpp65 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0, in EmitZerofill() function in __anon7a842dc50111::MCNullStreamer
DWinCOFFStreamer.cpp69 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
326 void WinCOFFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in WinCOFFStreamer
DMCELFStreamer.cpp93 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0, in EmitZerofill() function in __anondc0b4f010111::MCELFStreamer
DMCAsmStreamer.cpp173 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
537 void MCAsmStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCAsmStreamer
/external/llvm/test/CodeGen/X86/
Dlarge-global.ll4 ; EmitZerofill was incorrectly expecting a 32-bit "size" so 26214400000
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp639 getStreamer().EmitZerofill(getContext().getMachOSection( in ParseDirectiveZerofill()
697 getStreamer().EmitZerofill(getContext().getMachOSection( in ParseDirectiveZerofill()
/external/llvm/include/llvm/MC/
DMCStreamer.h328 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
/external/llvm/tools/lto/
DLTOModule.cpp746 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in __anonc76afa050111::RecordStreamer
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp318 OutStreamer.EmitZerofill(TheSection, GVSym, Size, Align); in EmitGlobalVariable()
350 OutStreamer.EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog); in EmitGlobalVariable()