Searched defs:getJumpTableEntryAddress (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp413 uintptr_t getJumpTableEntryAddress(unsigned Entry) const override;
859 ResultPtr=(void*)getJumpTableEntryAddress(MR.getJumpTableIndex());
1180 // getJumpTableEntryAddress - Return the address of the JumpTable with index
1183 uintptr_t JITEmitter::getJumpTableEntryAddress(unsigned Index) const { function in class:JITEmitter

Completed in 70 milliseconds