Searched defs:emitZerofill (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCNullStreamer.cpp | 41 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, in emitZerofill() function in __anon3c28729d0111::MCNullStreamer
|
H A D | MCXCOFFStreamer.cpp | 139 void MCXCOFFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCXCOFFStreamer
|
H A D | MCWasmStreamer.cpp | 250 void MCWasmStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCWasmStreamer
|
H A D | MCWinCOFFStreamer.cpp | 338 void MCWinCOFFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCWinCOFFStreamer
|
H A D | MCMachOStreamer.cpp | 412 void MCMachOStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCMachOStreamer
|
H A D | MCELFStreamer.cpp | 628 void MCELFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCELFStreamer
|
H A D | MCAsmStreamer.cpp | 1096 void MCAsmStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() function in MCAsmStreamer
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | RecordStreamer.cpp | 108 void RecordStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, emitZerofill() function in RecordStreamer
|