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

  /external/llvm/lib/MC/
MCMachOStreamer.cpp 75 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
335 return EmitZerofill(getContext().getMachOSection("__DATA", "__bss",
341 void MCMachOStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
374 EmitZerofill(Section, Symbol, Size, ByteAlignment);
MCPureStreamer.cpp 41 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
147 void MCPureStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
MCELFStreamer.cpp 597 void MCELFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
MCNullStreamer.cpp 70 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
WinCOFFStreamer.cpp 70 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
297 void WinCOFFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
MCAsmStreamer.cpp 177 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
566 void MCAsmStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
    [all...]
  /external/llvm/tools/lto/
LTOModule.cpp 745 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol,

Completed in 1596 milliseconds