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

/external/llvm/lib/MC/
H A DMCELFStreamer.cpp309 EmitValueToAlignment(ByteAlignment, 0, 1, 0);
350 void MCELFStreamer::EmitValueToAlignment(unsigned ByteAlignment, function in class:MCELFStreamer
356 MCObjectStreamer::EmitValueToAlignment(ByteAlignment, Value,
H A DMCObjectStreamer.cpp374 void MCObjectStreamer::EmitValueToAlignment(unsigned ByteAlignment, function in class:MCObjectStreamer
390 EmitValueToAlignment(ByteAlignment, 0, 1, MaxBytesToEmit);
H A DMCStreamer.cpp695 void MCStreamer::EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, function in class:MCStreamer

Completed in 218 milliseconds