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

  /external/llvm/include/llvm/MC/
MCELFStreamer.h 75 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
MCStreamer.h 372 /// EmitZerofill - Emit the zerofill section and an optional symbol.
379 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
  /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,
373 EmitZerofill(Section, Symbol, Size, ByteAlignment);
MCNullStreamer.cpp 69 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
MCPureStreamer.cpp 42 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
151 void MCPureStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
WinCOFFStreamer.cpp 70 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
297 void WinCOFFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
MCELFStreamer.cpp 544 void MCELFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
MCAsmStreamer.cpp 181 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
574 void MCAsmStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 718 getStreamer().EmitZerofill(getContext().getMachOSection(
776 getStreamer().EmitZerofill(getContext().getMachOSection(
  /external/llvm/tools/lto/
LTOModule.cpp 760 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 310 OutStreamer.EmitZerofill(TheSection, GVSym, Size, Align);
347 OutStreamer.EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog);
    [all...]

Completed in 391 milliseconds