Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCMachOStreamer.cpp111 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 DMCNullStreamer.cpp41 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, in emitZerofill() function in __anon15fe7d4a0111::MCNullStreamer
H A DMCXCOFFStreamer.cpp110 void MCXCOFFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCXCOFFStreamer
H A DMCWasmStreamer.cpp265 void MCWasmStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCWasmStreamer
H A DMCWinCOFFStreamer.cpp318 void MCWinCOFFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCWinCOFFStreamer
H A DMCELFStreamer.cpp732 void MCELFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCELFStreamer
H A DMCAsmStreamer.cpp216 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 DMCDXContainerStreamer.h38 void emitZerofill(MCSection *, MCSymbol *Symbol = nullptr, uint64_t Size = 0,
H A DMCSPIRVStreamer.h38 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
H A DMCXCOFFStreamer.h25 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
H A DMCWasmStreamer.h60 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
H A DMCWinCOFFStreamer.h62 void emitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
H A DMCELFStreamer.h69 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
H A DMCStreamer.h688 virtual void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
/openbsd/gnu/llvm/llvm/lib/Object/
H A DRecordStreamer.h52 void emitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
H A DRecordStreamer.cpp108 void RecordStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in RecordStreamer
/openbsd/gnu/llvm/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp52 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, in emitZerofill() function in llvm::mca::MCStreamerWrapper
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DSnippetFile.cpp98 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 DDarwinAsmParser.cpp902 getStreamer().emitZerofill( in parseDirectiveZerofill()
961 getStreamer().emitZerofill( in parseDirectiveZerofill()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp759 OutStreamer->emitZerofill(TheSection, GVSym, Size, Alignment); in emitGlobalVariable()