HomeSort by relevance Sort by last modified time
    Searched defs:emitAlignment (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 149 /// emitAlignment - Move the CurBufferPtr pointer up to the specified
151 void emitAlignment(unsigned Alignment) {
158 /// emitAlignmentWithFill - Similar to emitAlignment, except that the
258 emitAlignment(Alignment);
MachineCodeEmitter.h 162 /// emitAlignment - Move the CurBufferPtr pointer up to the specified
164 void emitAlignment(unsigned Alignment) {
260 emitAlignment(Alignment);

Completed in 663 milliseconds