Searched defs:EmitValueToAlignment (Results 1 - 3 of 3) sorted by relevance
/external/llvm/lib/MC/ |
H A D | MCELFStreamer.cpp | 309 EmitValueToAlignment(ByteAlignment, 0, 1, 0); 350 void MCELFStreamer::EmitValueToAlignment(unsigned ByteAlignment, function in class:MCELFStreamer 356 MCObjectStreamer::EmitValueToAlignment(ByteAlignment, Value,
|
H A D | MCObjectStreamer.cpp | 374 void MCObjectStreamer::EmitValueToAlignment(unsigned ByteAlignment, function in class:MCObjectStreamer 390 EmitValueToAlignment(ByteAlignment, 0, 1, MaxBytesToEmit);
|
H A D | MCStreamer.cpp | 695 void MCStreamer::EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, function in class:MCStreamer
|
Completed in 218 milliseconds