Home
last modified time | relevance | path

Searched refs:isJumpTableIndex (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineRelocation.h252 bool isJumpTableIndex() const { in isJumpTableIndex() function
308 assert(isJumpTableIndex() && "This is not a jump table reference!"); in getJumpTableIndex()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp869 assert(MR.isJumpTableIndex()); in finishFunction()