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

  /external/llvm/lib/MC/
MCELFStreamer.h 79 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
MCMachOStreamer.cpp 73 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
289 void MCMachOStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
321 EmitZerofill(Section, Symbol, Size, ByteAlignment);
MCNullStreamer.cpp 64 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
MCPureStreamer.cpp 41 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
145 void MCPureStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
MCLoggingStreamer.cpp 141 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
143 LogCall("EmitZerofill");
144 return Child->EmitZerofill(Section, Symbol, Size, ByteAlignment);
WinCOFFStreamer.cpp 67 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
314 void WinCOFFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
MCAsmStreamer.cpp 164 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
493 void MCAsmStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
    [all...]
  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 137 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
288 void PTXMCAsmStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
  /external/llvm/tools/lto/
LTOModule.cpp 575 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol,

Completed in 375 milliseconds