Searched defs:emitAlignment (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h149 /// emitAlignment - Move the CurBufferPtr pointer up to the specified
151 void emitAlignment(unsigned Alignment) { function in class:llvm::JITCodeEmitter
158 /// emitAlignmentWithFill - Similar to emitAlignment, except that the
258 emitAlignment(Alignment);
H A DMachineCodeEmitter.h162 /// emitAlignment - Move the CurBufferPtr pointer up to the specified
164 void emitAlignment(unsigned Alignment) { function in class:llvm::MachineCodeEmitter
260 emitAlignment(Alignment);

Completed in 121 milliseconds