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

  /external/llvm/lib/MC/
MCNullStreamer.cpp 64 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
MCMachOStreamer.cpp 74 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
291 void MCMachOStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
323 EmitZerofill(Section, Symbol, Size, ByteAlignment);
MCELFStreamer.h 80 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
MCLoggingStreamer.cpp 142 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
144 LogCall("EmitZerofill");
145 return Child->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,
WinCOFFStreamer.cpp 68 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
316 void WinCOFFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
MCAsmStreamer.cpp 169 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
507 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/lib/MC/MCParser/
DarwinAsmParser.cpp 596 getStreamer().EmitZerofill(getContext().getMachOSection(
654 getStreamer().EmitZerofill(getContext().getMachOSection(
AsmParser.cpp     [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h 361 /// EmitZerofill - Emit the zerofill section and an optional symbol.
368 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
  /external/llvm/tools/lto/
LTOModule.cpp 573 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 317 OutStreamer.EmitZerofill(TheSection, GVSym, Size, Align);
349 OutStreamer.EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog);
    [all...]

Completed in 268 milliseconds