/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCMachOStreamer.cpp | 111 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, 446 return emitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in emitLocalCommonSymbol() 450 void MCMachOStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCMachOStreamer 480 emitZerofill(Section, Symbol, Size, ByteAlignment); in emitTBSSSymbol()
|
H A D | MCNullStreamer.cpp | 41 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, in emitZerofill() function in __anon15fe7d4a0111::MCNullStreamer
|
H A D | MCXCOFFStreamer.cpp | 110 void MCXCOFFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCXCOFFStreamer
|
H A D | MCWasmStreamer.cpp | 265 void MCWasmStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCWasmStreamer
|
H A D | MCWinCOFFStreamer.cpp | 318 void MCWinCOFFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCWinCOFFStreamer
|
H A D | MCELFStreamer.cpp | 732 void MCELFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCELFStreamer
|
H A D | MCAsmStreamer.cpp | 216 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, 1012 void MCAsmStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCAsmStreamer
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCDXContainerStreamer.h | 38 void emitZerofill(MCSection *, MCSymbol *Symbol = nullptr, uint64_t Size = 0,
|
H A D | MCSPIRVStreamer.h | 38 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
|
H A D | MCXCOFFStreamer.h | 25 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
|
H A D | MCWasmStreamer.h | 60 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
|
H A D | MCWinCOFFStreamer.h | 62 void emitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
|
H A D | MCELFStreamer.h | 69 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
|
H A D | MCStreamer.h | 688 virtual void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | RecordStreamer.h | 52 void emitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
|
H A D | RecordStreamer.cpp | 108 void RecordStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in RecordStreamer
|
/openbsd/gnu/llvm/llvm/tools/llvm-mca/ |
H A D | CodeRegionGenerator.cpp | 52 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, in emitZerofill() function in llvm::mca::MCStreamerWrapper
|
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | SnippetFile.cpp | 98 void emitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size, in emitZerofill() function in llvm::exegesis::__anone5242b540111::BenchmarkCodeStreamer
|
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 902 getStreamer().emitZerofill( in parseDirectiveZerofill() 961 getStreamer().emitZerofill( in parseDirectiveZerofill()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 759 OutStreamer->emitZerofill(TheSection, GVSym, Size, Alignment); in emitGlobalVariable()
|