Home
last modified time | relevance | path

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

12

/external/llvm/lib/MC/
DMCMachOStreamer.cpp100 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
409 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in EmitLocalCommonSymbol()
413 void MCMachOStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCMachOStreamer
444 EmitZerofill(Section, Symbol, Size, ByteAlignment); in EmitTBSSSymbol()
DMCNullStreamer.cpp34 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, in EmitZerofill() function in __anon8bf874de0111::MCNullStreamer
DWinCOFFStreamer.cpp259 void MCWinCOFFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in llvm::MCWinCOFFStreamer
DMCELFStreamer.cpp666 void MCELFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCELFStreamer
DMCAsmStreamer.cpp165 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
661 void MCAsmStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCAsmStreamer
/external/llvm/test/CodeGen/X86/
Dlarge-global.ll4 ; EmitZerofill was incorrectly expecting a 32-bit "size" so 26214400000
/external/swiftshader/third_party/LLVM/lib/MC/
DMCMachOStreamer.cpp74 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
291 void MCMachOStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCMachOStreamer
323 EmitZerofill(Section, Symbol, Size, ByteAlignment); in EmitTBSSSymbol()
DMCPureStreamer.cpp41 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
146 void MCPureStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCPureStreamer
DMCLoggingStreamer.cpp142 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0, in EmitZerofill() function in __anonec29c8560111::MCLoggingStreamer
145 return Child->EmitZerofill(Section, Symbol, Size, ByteAlignment); in EmitZerofill()
DMCNullStreamer.cpp64 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0, in EmitZerofill() function in __anon0a2de28a0111::MCNullStreamer
DWinCOFFStreamer.cpp68 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
316 void WinCOFFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in WinCOFFStreamer
DMCELFStreamer.h80 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
DMCAsmStreamer.cpp165 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
502 void MCAsmStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCAsmStreamer
/external/llvm/lib/Object/
DRecordStreamer.h36 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
DRecordStreamer.cpp98 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.h65 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
DMCStreamer.h509 virtual void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXMCAsmStreamer.cpp139 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
291 void PTXMCAsmStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in PTXMCAsmStreamer
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DDarwinAsmParser.cpp596 getStreamer().EmitZerofill(getContext().getMachOSection( in ParseDirectiveZerofill()
654 getStreamer().EmitZerofill(getContext().getMachOSection( in ParseDirectiveZerofill()
DAsmParser.cpp2123 getStreamer().EmitZerofill(Ctx.getMachOSection( in ParseDirectiveComm()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp825 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
883 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCStreamer.h368 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOModule.cpp573 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in __anonf926b98a0111::RecordStreamer
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp310 OutStreamer.EmitZerofill(TheSection, GVSym, Size, Align); in EmitGlobalVariable()
342 OutStreamer.EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog); in EmitGlobalVariable()

12