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

  /external/llvm/lib/MC/
MCMachOStreamer.cpp 74 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
286 void MCMachOStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
318 EmitZerofill(Section, Symbol, Size, ByteAlignment);
MCNullStreamer.cpp 65 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
MCPureStreamer.cpp 41 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
146 void MCPureStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
MCELFStreamer.cpp 91 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
WinCOFFStreamer.cpp 69 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
326 void WinCOFFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
MCAsmStreamer.cpp 172 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
515 void MCAsmStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
    [all...]
  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 140 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
293 void PTXMCAsmStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
  /external/llvm/tools/lto/
LTOModule.cpp 601 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol,

Completed in 51 milliseconds