Home
last modified time | relevance | path

Searched refs:EmitZerofill (Results 1 – 25 of 42) 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 __anon34c52ce80111::MCNullStreamer
DWinCOFFStreamer.cpp259 void MCWinCOFFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in llvm::MCWinCOFFStreamer
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCMachOStreamer.cpp104 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
412 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in EmitLocalCommonSymbol()
416 void MCMachOStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCMachOStreamer
446 EmitZerofill(Section, Symbol, Size, ByteAlignment); in EmitTBSSSymbol()
DMCNullStreamer.cpp32 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, in EmitZerofill() function in __anon745c03400111::MCNullStreamer
DMCWasmStreamer.cpp217 void MCWasmStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCWasmStreamer
/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 __anon4f1b7a200111::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 __anon0b95d8940111::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,
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dlarge-global.ll4 ; EmitZerofill was incorrectly expecting a 32-bit "size" so 26214400000
/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.cpp98 void RecordStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in RecordStreamer
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DRecordStreamer.h55 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
DRecordStreamer.cpp109 void RecordStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in RecordStreamer
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCWasmStreamer.h62 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
DMCWinCOFFStreamer.h62 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
DMCELFStreamer.h61 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
/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,
/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()

12