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

  /external/llvm/include/llvm/Target/
TargetJITInfo.h 124 /// hasCustomJumpTables - Allows a target to specify that jumptables
126 virtual bool hasCustomJumpTables() const { return false; }
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 87 /// hasCustomJumpTables - Allows a target to specify that jumptables
89 virtual bool hasCustomJumpTables() const { return true; }
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]

Completed in 476 milliseconds