Home
last modified time | relevance | path

Searched refs:EmitZerofill (Results 1 – 25 of 30) 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 __anon871104c60111::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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCMachOStreamer.cpp103 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
418 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in EmitLocalCommonSymbol()
422 void MCMachOStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCMachOStreamer
452 EmitZerofill(Section, Symbol, Size, ByteAlignment); in EmitTBSSSymbol()
DMCNullStreamer.cpp35 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, in EmitZerofill() function in __anon6b21bfe80111::MCNullStreamer
DMCXCOFFStreamer.cpp58 void MCXCOFFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCXCOFFStreamer
DMCWasmStreamer.cpp220 void MCWasmStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCWasmStreamer
DMCWinCOFFStreamer.cpp311 void MCWinCOFFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCWinCOFFStreamer
/external/llvm/test/CodeGen/X86/
Dlarge-global.ll4 ; EmitZerofill was incorrectly expecting a 32-bit "size" so 26214400000
/external/llvm-project/llvm/test/CodeGen/X86/
Dlarge-global.ll4 ; EmitZerofill was incorrectly expecting a 32-bit "size" so 26214400000
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCXCOFFStreamer.h25 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
DMCWasmStreamer.h61 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
DMCWinCOFFStreamer.h61 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
DMCELFStreamer.h61 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
DMCStreamer.h612 virtual void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRecordStreamer.h53 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
DRecordStreamer.cpp108 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/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp825 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
883 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp904 getStreamer().EmitZerofill( in parseDirectiveZerofill()
963 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()

12