/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 __anon871104c60111::MCNullStreamer
|
D | WinCOFFStreamer.cpp | 259 void MCWinCOFFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in llvm::MCWinCOFFStreamer
|
D | MCELFStreamer.cpp | 666 void MCELFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCELFStreamer
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCMachOStreamer.cpp | 103 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()
|
D | MCNullStreamer.cpp | 35 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, in EmitZerofill() function in __anon6b21bfe80111::MCNullStreamer
|
D | MCXCOFFStreamer.cpp | 58 void MCXCOFFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCXCOFFStreamer
|
D | MCWasmStreamer.cpp | 220 void MCWasmStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCWasmStreamer
|
D | MCWinCOFFStreamer.cpp | 311 void MCWinCOFFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCWinCOFFStreamer
|
/external/llvm/test/CodeGen/X86/ |
D | large-global.ll | 4 ; EmitZerofill was incorrectly expecting a 32-bit "size" so 26214400000
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | large-global.ll | 4 ; EmitZerofill was incorrectly expecting a 32-bit "size" so 26214400000
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCXCOFFStreamer.h | 25 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
|
D | MCWasmStreamer.h | 61 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
|
D | MCWinCOFFStreamer.h | 61 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
|
D | MCELFStreamer.h | 61 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
|
D | MCStreamer.h | 612 virtual void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
|
/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-10.0/llvm/lib/Object/ |
D | RecordStreamer.h | 53 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
|
D | RecordStreamer.cpp | 108 void RecordStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in RecordStreamer
|
/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,
|
D | MCStreamer.h | 509 virtual void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 825 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill() 883 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 904 getStreamer().EmitZerofill( in parseDirectiveZerofill() 963 getStreamer().EmitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
|