/external/llvm/lib/MC/ |
MCNullStreamer.cpp | 35 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
|
MCMachOStreamer.cpp | 91 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr, 357 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), 361 void MCMachOStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, 394 EmitZerofill(Section, Symbol, Size, ByteAlignment);
|
WinCOFFStreamer.cpp | 220 void MCWinCOFFStreamer::EmitZerofill(const MCSection *Section,
|
MCELFStreamer.cpp | 579 void MCELFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
|
MCAsmStreamer.cpp | 154 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr, 542 void MCAsmStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, [all...] |
/external/llvm/lib/Object/ |
RecordStreamer.h | 36 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size,
|
RecordStreamer.cpp | 92 void RecordStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
|
/external/llvm/include/llvm/MC/ |
MCWinCOFFStreamer.h | 53 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size,
|
MCELFStreamer.h | 68 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
|
MCStreamer.h | 509 /// EmitZerofill - Emit the zerofill section and an optional symbol. 516 virtual void EmitZerofill(const MCSection *Section,
|
/external/llvm/lib/MC/MCParser/ |
DarwinAsmParser.cpp | 765 getStreamer().EmitZerofill(getContext().getMachOSection( 823 getStreamer().EmitZerofill(getContext().getMachOSection( [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinter.cpp | 397 OutStreamer.EmitZerofill(TheSection, GVSym, Size, Align); 434 OutStreamer.EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog); [all...] |