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

  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/CodeGen/
ELFCodeEmitter.cpp 118 } else if (MR.isJumpTableIndex()) {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]

Completed in 101 milliseconds