/external/llvm/lib/MC/ |
D | MCMachOStreamer.cpp | 100 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()
|
D | MCNullStreamer.cpp | 34 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, in EmitZerofill() function in __anon34c52ce80111::MCNullStreamer
|
D | WinCOFFStreamer.cpp | 259 void MCWinCOFFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in llvm::MCWinCOFFStreamer
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCMachOStreamer.cpp | 104 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()
|
D | MCNullStreamer.cpp | 32 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, in EmitZerofill() function in __anon745c03400111::MCNullStreamer
|
D | MCWasmStreamer.cpp | 217 void MCWasmStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCWasmStreamer
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCMachOStreamer.cpp | 74 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()
|
D | MCPureStreamer.cpp | 41 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0, 146 void MCPureStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCPureStreamer
|
D | MCLoggingStreamer.cpp | 142 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()
|
D | MCNullStreamer.cpp | 64 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0, in EmitZerofill() function in __anon0b95d8940111::MCNullStreamer
|
D | WinCOFFStreamer.cpp | 68 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol, 316 void WinCOFFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in WinCOFFStreamer
|
D | MCELFStreamer.h | 80 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | large-global.ll | 4 ; EmitZerofill was incorrectly expecting a 32-bit "size" so 26214400000
|
/external/llvm/test/CodeGen/X86/ |
D | large-global.ll | 4 ; EmitZerofill was incorrectly expecting a 32-bit "size" so 26214400000
|
/external/llvm/lib/Object/ |
D | RecordStreamer.h | 36 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
|
D | RecordStreamer.cpp | 98 void RecordStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in RecordStreamer
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | RecordStreamer.h | 55 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
|
D | RecordStreamer.cpp | 109 void RecordStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in RecordStreamer
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCWasmStreamer.h | 62 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
|
D | MCWinCOFFStreamer.h | 62 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
|
D | MCELFStreamer.h | 61 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
|
/external/llvm/include/llvm/MC/ |
D | MCWinCOFFStreamer.h | 60 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
|
D | MCELFStreamer.h | 65 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXMCAsmStreamer.cpp | 139 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/ |
D | DarwinAsmParser.cpp | 596 getStreamer().EmitZerofill(getContext().getMachOSection( in ParseDirectiveZerofill() 654 getStreamer().EmitZerofill(getContext().getMachOSection( in ParseDirectiveZerofill()
|