Home
last modified time | relevance | path

Searched refs:getJumpTableIndex (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp120 Addr = getJumpTableEntryAddress(MR.getJumpTableIndex()); in finishFunction()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRelocation.h307 unsigned getJumpTableIndex() const { in getJumpTableIndex() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMJITInfo.cpp248 return getJumpTableBaseAddr(MR->getJumpTableIndex()); in resolveRelocDestAddr()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp869 ResultPtr=(void*)getJumpTableEntryAddress(MR.getJumpTableIndex()); in finishFunction()