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 54 /// getPICJumpTableEntry - Returns the value of the jumptable entry for the
56 uintptr_t getPICJumpTableEntry(uintptr_t BB, uintptr_t JTBase) override;
X86JITInfo.cpp 526 /// getPICJumpTableEntry - Returns the value of the jumptable entry for the
528 uintptr_t X86JITInfo::getPICJumpTableEntry(uintptr_t BB, uintptr_t Entry) {
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]

Completed in 473 milliseconds