/external/llvm/lib/MC/ |
D | MCMachOStreamer.cpp | 101 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr, 400 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in EmitLocalCommonSymbol() 404 void MCMachOStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCMachOStreamer 437 EmitZerofill(Section, Symbol, Size, ByteAlignment); in EmitTBSSSymbol()
|
D | MCNullStreamer.cpp | 34 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr, in EmitZerofill() function in __anonb335ddbf0111::MCNullStreamer
|
D | WinCOFFStreamer.cpp | 241 void MCWinCOFFStreamer::EmitZerofill(const MCSection *Section, in EmitZerofill() function in llvm::MCWinCOFFStreamer
|
D | MCAsmStreamer.cpp | 153 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr, 545 void MCAsmStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCAsmStreamer
|
D | MCELFStreamer.cpp | 682 void MCELFStreamer::EmitZerofill(const 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(const MCSection *Section, MCSymbol *Symbol, uint64_t Size,
|
D | RecordStreamer.cpp | 92 void RecordStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in RecordStreamer
|
/external/llvm/include/llvm/MC/ |
D | MCWinCOFFStreamer.h | 60 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size,
|
D | MCELFStreamer.h | 71 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
|
D | MCStreamer.h | 504 virtual void EmitZerofill(const MCSection *Section,
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 765 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill() 823 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 411 OutStreamer.EmitZerofill(TheSection, GVSym, Size, Align); in EmitGlobalVariable() 448 OutStreamer.EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog); in EmitGlobalVariable()
|