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

  /external/llvm/include/llvm/MC/
MCELFStreamer.h 86 virtual void EmitValueToAlignment(unsigned, int64_t, unsigned, unsigned);
MCObjectStreamer.h 97 virtual void EmitValueToAlignment(unsigned ByteAlignment,
MCStreamer.h 473 /// EmitValueToAlignment - Emit some number of copies of @p Value until
490 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
  /external/llvm/lib/MC/
MCNullStreamer.cpp 80 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
MCPureStreamer.cpp 44 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
158 void MCPureStreamer::EmitValueToAlignment(unsigned ByteAlignment,
MCWin64EH.cpp 136 streamer.EmitValueToAlignment(4);
147 streamer.EmitValueToAlignment(4);
MCObjectStreamer.cpp 308 void MCObjectStreamer::EmitValueToAlignment(unsigned ByteAlignment,
323 EmitValueToAlignment(ByteAlignment, 0, 1, MaxBytesToEmit);
MCELFStreamer.cpp 306 void MCELFStreamer::EmitValueToAlignment(unsigned ByteAlignment,
312 MCObjectStreamer::EmitValueToAlignment(ByteAlignment, Value,
MCAsmStreamer.cpp 199 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
749 void MCAsmStreamer::EmitValueToAlignment(unsigned ByteAlignment, int64_t Value,
800 EmitValueToAlignment(ByteAlignment, MAI->getTextAlignFillValue(),
    [all...]
MCDwarf.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 384 getStreamer().EmitValueToAlignment(Align, 0, 1, 0);
ELFAsmParser.cpp 606 getStreamer().EmitValueToAlignment(4); // ensure 4 byte alignment.
AsmParser.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 81 Streamer.EmitValueToAlignment(TM.getDataLayout()->getPointerABIAlignment());
  /external/llvm/tools/lto/
LTOModule.cpp 780 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value,
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 740 OutStreamer.EmitValueToAlignment(8);
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 2987 milliseconds