HomeSort by relevance Sort by last modified time
    Searched defs:getPICJumpTableEntry (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Target/
TargetJITInfo.h 73 /// getPICJumpTableEntry - Returns the value of the jumptable entry for the
75 virtual uintptr_t getPICJumpTableEntry(uintptr_t BB, uintptr_t JTBase) {
76 llvm_unreachable("This target doesn't implement getPICJumpTableEntry!");
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 525 /// getPICJumpTableEntry - Returns the value of the jumptable entry for the
527 uintptr_t X86JITInfo::getPICJumpTableEntry(uintptr_t BB, uintptr_t Entry) {

Completed in 517 milliseconds