Searched defs:isJumpTableIndex (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineRelocation.h250 /// isJumpTableIndex - Return true if this is a jump table reference.
252 bool isJumpTableIndex() const { function in class:llvm::MachineRelocation
308 assert(isJumpTableIndex() && "This is not a jump table reference!");

Completed in 147 milliseconds