/external/llvm-project/llvm/lib/MC/ |
D | MCMachOStreamer.cpp | 103 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()
|
D | MCNullStreamer.cpp | 35 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, in emitZerofill() function in __anone727b5f40111::MCNullStreamer
|
D | MCXCOFFStreamer.cpp | 92 void MCXCOFFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCXCOFFStreamer
|
D | MCWasmStreamer.cpp | 208 void MCWasmStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCWasmStreamer
|
D | MCWinCOFFStreamer.cpp | 321 void MCWinCOFFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCWinCOFFStreamer
|
D | MCELFStreamer.cpp | 707 void MCELFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCELFStreamer
|
D | MCAsmStreamer.cpp | 198 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/ |
D | MCXCOFFStreamer.h | 25 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
|
D | MCWasmStreamer.h | 57 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,
|
D | MCStreamer.h | 647 virtual void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
|
/external/llvm-project/llvm/unittests/CodeGen/ |
D | TestAsmPrinter.h | 35 MOCK_METHOD5(emitZerofill,
|
/external/llvm-project/llvm/lib/Object/ |
D | RecordStreamer.h | 52 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-project/llvm/tools/llvm-mca/ |
D | CodeRegionGenerator.cpp | 61 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, in emitZerofill() function in llvm::mca::MCStreamerWrapper
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
D | SnippetFile.cpp | 98 void emitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size, in emitZerofill() function in llvm::exegesis::__anon177e457e0111::BenchmarkCodeStreamer
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 904 getStreamer().emitZerofill( in parseDirectiveZerofill() 963 getStreamer().emitZerofill(getContext().getMachOSection( in parseDirectiveZerofill()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 570 OutStreamer->emitZerofill(TheSection, GVSym, Size, Alignment.value()); in emitGlobalVariable()
|