HomeSort by relevance Sort by last modified time
    Searched refs:getPICJumpTableEntry (Results 1 - 4 of 4) 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.h 56 /// getPICJumpTableEntry - Returns the value of the jumptable entry for the
58 virtual uintptr_t getPICJumpTableEntry(uintptr_t BB, uintptr_t JTBase);
X86JITInfo.cpp 519 /// getPICJumpTableEntry - Returns the value of the jumptable entry for the
521 uintptr_t X86JITInfo::getPICJumpTableEntry(uintptr_t BB, uintptr_t Entry) {
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]

Completed in 155 milliseconds