Searched refs:getPICJumpTableEntry (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86JITInfo.h56 /// getPICJumpTableEntry - Returns the value of the jumptable entry for the
58 virtual uintptr_t getPICJumpTableEntry(uintptr_t BB, uintptr_t JTBase);
H A DX86JITInfo.cpp520 /// getPICJumpTableEntry - Returns the value of the jumptable entry for the
522 uintptr_t X86JITInfo::getPICJumpTableEntry(uintptr_t BB, uintptr_t Entry) { function in class:X86JITInfo
/external/llvm/include/llvm/Target/
H A DTargetJITInfo.h73 /// getPICJumpTableEntry - Returns the value of the jumptable entry for the
75 virtual uintptr_t getPICJumpTableEntry(uintptr_t BB, uintptr_t JTBase) { function in class:llvm::TargetJITInfo
76 llvm_unreachable("This target doesn't implement getPICJumpTableEntry!");
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp1118 /// FIXME: USe EntryKind instead of magic "getPICJumpTableEntry" hook.
1119 *SlotPtr++ = TheJIT->getJITInfo().getPICJumpTableEntry(MBBAddr, Base);

Completed in 90 milliseconds