HomeSort by relevance Sort by last modified time
    Searched refs:getJumpTableIndex (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 305 /// getJumpTableIndex - If this is a jump table reference, return
307 unsigned getJumpTableIndex() const {
  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 248 return getJumpTableBaseAddr(MR->getJumpTableIndex());
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 854 ResultPtr=(void*)getJumpTableEntryAddress(MR.getJumpTableIndex());
    [all...]

Completed in 69 milliseconds