HomeSort by relevance Sort by last modified time
    Searched refs:emitWordLEInto (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 455 MachineCodeEmitter::emitWordLEInto(Cur, (unsigned)(intptr_t)ptr);
456 MachineCodeEmitter::emitWordLEInto(Cur, (unsigned)(((intptr_t)ptr) >> 32));
461 MachineCodeEmitter::emitWordLEInto(Cur, (intptr_t)ptr);
  /external/llvm/include/llvm/CodeGen/
MachineCodeEmitter.h 94 emitWordLEInto(CurBufferPtr, W);
100 /// emitWordLEInto - This callback is invoked when a 32-bit word needs to be
104 static void emitWordLEInto(uint8_t *&Buf, uint32_t W) {
  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 146 MachineCodeEmitter::emitWordLEInto(Cur, (intptr_t)Ptr);

Completed in 74 milliseconds