Searched defs:EmitValueToAlignment (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/MC/
H A DMCELFStreamer.cpp282 void MCELFStreamer::EmitValueToAlignment(unsigned ByteAlignment, function in class:MCELFStreamer
288 MCObjectStreamer::EmitValueToAlignment(ByteAlignment, Value,
H A DMCObjectStreamer.cpp304 void MCObjectStreamer::EmitValueToAlignment(unsigned ByteAlignment, function in class:MCObjectStreamer
319 EmitValueToAlignment(ByteAlignment, 0, 1, MaxBytesToEmit);
H A DMCAsmStreamer.cpp177 void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
749 void MCAsmStreamer::EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, function in class:MCAsmStreamer
807 EmitValueToAlignment(ByteAlignment, MAI->getTextAlignFillValue(),
H A DMCStreamer.cpp679 void MCStreamer::EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, function in class:MCStreamer

Completed in 553 milliseconds