/third_party/skia/third_party/externals/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 __anon34f9b2a70111::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
|
D | MCELFStreamer.cpp | 687 void MCELFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCELFStreamer
|
D | MCAsmStreamer.cpp | 184 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, 834 void MCAsmStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCAsmStreamer
|
/third_party/skia/third_party/externals/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,
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 541 OutStreamer->EmitZerofill(TheSection, GVSym, Size, Alignment.value()); in EmitGlobalVariable()
|