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

  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 250 /// isJumpTableIndex - Return true if this is a jump table reference.
252 bool isJumpTableIndex() const {
308 assert(isJumpTableIndex() && "This is not a jump table reference!");
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 853 assert(MR.isJumpTableIndex());
    [all...]

Completed in 44 milliseconds