/external/llvm/lib/MC/ |
D | MCMachOStreamer.cpp | 74 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()
|
D | MCPureStreamer.cpp | 41 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0, 146 void MCPureStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCPureStreamer
|
D | MCNullStreamer.cpp | 65 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0, in EmitZerofill() function in __anon7a842dc50111::MCNullStreamer
|
D | WinCOFFStreamer.cpp | 69 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol, 326 void WinCOFFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in WinCOFFStreamer
|
D | MCELFStreamer.cpp | 93 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0, in EmitZerofill() function in __anondc0b4f010111::MCELFStreamer
|
D | MCAsmStreamer.cpp | 173 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/ |
D | large-global.ll | 4 ; EmitZerofill was incorrectly expecting a 32-bit "size" so 26214400000
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 639 getStreamer().EmitZerofill(getContext().getMachOSection( in ParseDirectiveZerofill() 697 getStreamer().EmitZerofill(getContext().getMachOSection( in ParseDirectiveZerofill()
|
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 328 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
|
/external/llvm/tools/lto/ |
D | LTOModule.cpp | 746 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in __anonc76afa050111::RecordStreamer
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 318 OutStreamer.EmitZerofill(TheSection, GVSym, Size, Align); in EmitGlobalVariable() 350 OutStreamer.EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog); in EmitGlobalVariable()
|