/external/llvm/lib/MC/ |
D | MCMachOStreamer.cpp | 98 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, 394 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in EmitLocalCommonSymbol() 398 void MCMachOStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCMachOStreamer 429 EmitZerofill(Section, Symbol, Size, ByteAlignment); in EmitTBSSSymbol()
|
D | MCNullStreamer.cpp | 34 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, in EmitZerofill() function in __anonb335ddbf0111::MCNullStreamer
|
D | WinCOFFStreamer.cpp | 265 void MCWinCOFFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in llvm::MCWinCOFFStreamer
|
D | MCAsmStreamer.cpp | 159 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, 584 void MCAsmStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCAsmStreamer
|
D | MCELFStreamer.cpp | 666 void MCELFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCELFStreamer
|
/external/llvm/test/CodeGen/X86/ |
D | large-global.ll | 4 ; EmitZerofill was incorrectly expecting a 32-bit "size" so 26214400000
|
/external/llvm/lib/Object/ |
D | RecordStreamer.h | 36 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
|
D | RecordStreamer.cpp | 92 void RecordStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in RecordStreamer
|
/external/llvm/include/llvm/MC/ |
D | MCWinCOFFStreamer.h | 60 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
|
D | MCELFStreamer.h | 66 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
|
D | MCStreamer.h | 491 virtual void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 795 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill() 853 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 429 OutStreamer->EmitZerofill(TheSection, GVSym, Size, Align); in EmitGlobalVariable() 468 OutStreamer->EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog); in EmitGlobalVariable()
|