Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCMachOStreamer.cpp98 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()
DMCNullStreamer.cpp34 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, in EmitZerofill() function in __anonb335ddbf0111::MCNullStreamer
DWinCOFFStreamer.cpp265 void MCWinCOFFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in llvm::MCWinCOFFStreamer
DMCAsmStreamer.cpp159 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
584 void MCAsmStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCAsmStreamer
DMCELFStreamer.cpp666 void MCELFStreamer::EmitZerofill(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(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
DRecordStreamer.cpp92 void RecordStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in RecordStreamer
/external/llvm/include/llvm/MC/
DMCWinCOFFStreamer.h60 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
DMCELFStreamer.h66 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
DMCStreamer.h491 virtual void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp795 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
853 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp429 OutStreamer->EmitZerofill(TheSection, GVSym, Size, Align); in EmitGlobalVariable()
468 OutStreamer->EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog); in EmitGlobalVariable()