HomeSort by: relevance | last modified time | path
    Searched defs:emitZerofill (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCXCOFFStreamer.cpp 92 void MCXCOFFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol,
MCWasmStreamer.cpp 208 void MCWasmStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol,
MCELFStreamer.cpp 703 void MCELFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol,
MCMachOStreamer.cpp 103 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
421 return emitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(),
425 void MCMachOStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol,
455 emitZerofill(Section, Symbol, Size, ByteAlignment);
MCWinCOFFStreamer.cpp 320 void MCWinCOFFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol,
MCAsmStreamer.cpp 206 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
955 void MCAsmStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol,
  /src/external/apache2/llvm/dist/llvm/lib/Object/
RecordStreamer.cpp 108 void RecordStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol,

Completed in 28 milliseconds