Home
last modified time | relevance | path

Searched refs:emitZerofill (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/llvm/lib/MC/
DMCMachOStreamer.cpp103 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
421 return emitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in emitLocalCommonSymbol()
425 void MCMachOStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCMachOStreamer
455 emitZerofill(Section, Symbol, Size, ByteAlignment); in emitTBSSSymbol()
DMCNullStreamer.cpp35 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, in emitZerofill() function in __anone727b5f40111::MCNullStreamer
DMCXCOFFStreamer.cpp92 void MCXCOFFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCXCOFFStreamer
DMCWasmStreamer.cpp208 void MCWasmStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCWasmStreamer
DMCWinCOFFStreamer.cpp321 void MCWinCOFFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCWinCOFFStreamer
DMCELFStreamer.cpp707 void MCELFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCELFStreamer
DMCAsmStreamer.cpp198 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
926 void MCAsmStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCAsmStreamer
/external/llvm-project/llvm/include/llvm/MC/
DMCXCOFFStreamer.h25 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
DMCWasmStreamer.h57 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,
DMCStreamer.h647 virtual void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
/external/llvm-project/llvm/unittests/CodeGen/
DTestAsmPrinter.h35 MOCK_METHOD5(emitZerofill,
/external/llvm-project/llvm/lib/Object/
DRecordStreamer.h52 void emitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
DRecordStreamer.cpp108 void RecordStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in RecordStreamer
/external/llvm-project/llvm/tools/llvm-mca/
DCodeRegionGenerator.cpp61 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, in emitZerofill() function in llvm::mca::MCStreamerWrapper
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DSnippetFile.cpp98 void emitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size, in emitZerofill() function in llvm::exegesis::__anon177e457e0111::BenchmarkCodeStreamer
/external/llvm-project/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp904 getStreamer().emitZerofill( in parseDirectiveZerofill()
963 getStreamer().emitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp570 OutStreamer->emitZerofill(TheSection, GVSym, Size, Alignment.value()); in emitGlobalVariable()