Searched refs:emitWordLEInto (Results 1 – 3 of 3) sorted by relevance
443 MachineCodeEmitter::emitWordLEInto(Cur, (unsigned)(intptr_t)ptr); in emitGlobalValueIndirectSym()444 MachineCodeEmitter::emitWordLEInto(Cur, (unsigned)(((intptr_t)ptr) >> 32)); in emitGlobalValueIndirectSym()449 MachineCodeEmitter::emitWordLEInto(Cur, (intptr_t)ptr); in emitGlobalValueIndirectSym()
92 emitWordLEInto(CurBufferPtr, W); in emitWordLE()102 static void emitWordLEInto(uint8_t *&Buf, uint32_t W) { in emitWordLEInto() function
145 MachineCodeEmitter::emitWordLEInto(Cur, (intptr_t)Ptr); in emitGlobalValueIndirectSym()