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

  /external/llvm/lib/MC/
MCNullStreamer.cpp 76 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
MCPureStreamer.cpp 44 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
157 void MCPureStreamer::EmitValueToAlignment(unsigned ByteAlignment,
MCMachOStreamer.cpp 79 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
328 void MCMachOStreamer::EmitValueToAlignment(unsigned ByteAlignment,
MCWin64EH.cpp 136 streamer.EmitValueToAlignment(4);
147 streamer.EmitValueToAlignment(4);
MCELFStreamer.cpp 100 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
362 void MCELFStreamer::EmitValueToAlignment(unsigned ByteAlignment,
WinCOFFStreamer.cpp 74 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value,
342 void WinCOFFStreamer::EmitValueToAlignment(unsigned ByteAlignment,
MCAsmStreamer.cpp 197 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
700 void MCAsmStreamer::EmitValueToAlignment(unsigned ByteAlignment, int64_t Value,
751 EmitValueToAlignment(ByteAlignment, MAI.getTextAlignFillValue(),
    [all...]
MCDwarf.cpp     [all...]
  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 158 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
429 void PTXMCAsmStreamer::EmitValueToAlignment(unsigned ByteAlignment,
  /external/llvm/include/llvm/MC/
MCStreamer.h 468 /// EmitValueToAlignment - Emit some number of copies of @p Value until
485 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 82 Streamer.EmitValueToAlignment(TM.getTargetData()->getPointerABIAlignment());
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 320 getStreamer().EmitValueToAlignment(Align, 0, 1, 0);
AsmParser.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 402 OutStreamer.EmitValueToAlignment(8);
  /external/llvm/tools/lto/
LTOModule.cpp 631 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value,
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 219 milliseconds