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

  /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/include/llvm/Target/
TargetJITInfo.h 129 /// hasCustomJumpTables - Allows a target to specify that jumptables
131 virtual bool hasCustomJumpTables() const { return false; }

Completed in 505 milliseconds