Searched refs:getJumpTableEntryAddress (Results 1 – 4 of 4) sorted by relevance
315 virtual uintptr_t getJumpTableEntryAddress(unsigned Index) const = 0;
318 virtual uintptr_t getJumpTableEntryAddress(unsigned Index) const = 0;
434 virtual uintptr_t getJumpTableEntryAddress(unsigned Entry) const;870 ResultPtr=(void*)getJumpTableEntryAddress(MR.getJumpTableIndex()); in finishFunction()1223 uintptr_t JITEmitter::getJumpTableEntryAddress(unsigned Index) const { in getJumpTableEntryAddress() function in JITEmitter
471 DispVal += MCE.getJumpTableEntryAddress(Op3.getIndex()); in emitMemModRMByte()