HomeSort by relevance Sort by last modified time
    Searched refs:EmitZerofill (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/MC/
MCNullStreamer.cpp 34 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
MCMachOStreamer.cpp 98 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
394 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(),
398 void MCMachOStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol,
429 EmitZerofill(Section, Symbol, Size, ByteAlignment);
WinCOFFStreamer.cpp 265 void MCWinCOFFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol,
MCELFStreamer.cpp 666 void MCELFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol,
MCAsmStreamer.cpp 159 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
584 void MCAsmStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol,
    [all...]
  /external/llvm/lib/Object/
RecordStreamer.h 36 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
RecordStreamer.cpp 92 void RecordStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol,
  /external/llvm/include/llvm/MC/
MCWinCOFFStreamer.h 60 void EmitZerofill(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
MCELFStreamer.h 66 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
MCStreamer.h 491 virtual void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 795 getStreamer().EmitZerofill(getContext().getMachOSection(
853 getStreamer().EmitZerofill(getContext().getMachOSection(
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 429 OutStreamer->EmitZerofill(TheSection, GVSym, Size, Align);
468 OutStreamer->EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog);
    [all...]

Completed in 251 milliseconds