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
257 emitAlignment(Alignment);
MachineCodeEmitter.h 161 /// emitAlignment - Move the CurBufferPtr pointer up to the specified
163 void emitAlignment(unsigned Alignment) {
259 emitAlignment(Alignment);

Completed in 65 milliseconds