Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCMachOStreamer.cpp101 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()
DMCNullStreamer.cpp34 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr, in EmitZerofill() function in __anonb335ddbf0111::MCNullStreamer
DWinCOFFStreamer.cpp241 void MCWinCOFFStreamer::EmitZerofill(const MCSection *Section, in EmitZerofill() function in llvm::MCWinCOFFStreamer
DMCAsmStreamer.cpp153 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
545 void MCAsmStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCAsmStreamer
DMCELFStreamer.cpp682 void MCELFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCELFStreamer
/external/llvm/test/CodeGen/X86/
Dlarge-global.ll4 ; EmitZerofill was incorrectly expecting a 32-bit "size" so 26214400000
/external/llvm/lib/Object/
DRecordStreamer.h36 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size,
DRecordStreamer.cpp92 void RecordStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in RecordStreamer
/external/llvm/include/llvm/MC/
DMCWinCOFFStreamer.h60 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size,
DMCELFStreamer.h71 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
DMCStreamer.h504 virtual void EmitZerofill(const MCSection *Section,
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp765 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
823 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp411 OutStreamer.EmitZerofill(TheSection, GVSym, Size, Align); in EmitGlobalVariable()
448 OutStreamer.EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog); in EmitGlobalVariable()