Home
last modified time | relevance | path

Searched refs:EmitZerofill (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/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 __anon34f9b2a70111::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
DMCELFStreamer.cpp687 void MCELFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill() function in MCELFStreamer
DMCAsmStreamer.cpp184 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/
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,
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp904 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/
DAsmPrinter.cpp541 OutStreamer->EmitZerofill(TheSection, GVSym, Size, Alignment.value()); in EmitGlobalVariable()