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

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

Completed in 840 milliseconds