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 65 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
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);
MCPureStreamer.cpp 41 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
146 void MCPureStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
WinCOFFStreamer.cpp 69 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
326 void WinCOFFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
MCELFStreamer.cpp 91 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
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/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 368 /// EmitZerofill - Emit the zerofill section and an optional symbol.
375 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
  /external/llvm/tools/lto/
LTOModule.cpp 601 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 318 OutStreamer.EmitZerofill(TheSection, GVSym, Size, Align);
350 OutStreamer.EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog);
    [all...]

Completed in 201 milliseconds