Home
last modified time | relevance | path

Searched defs:hasCustomJumpTables (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMJITInfo.h88 bool hasCustomJumpTables() const override { return true; } in hasCustomJumpTables() function
/external/llvm/include/llvm/Target/
DTargetJITInfo.h126 virtual bool hasCustomJumpTables() const { return false; } in hasCustomJumpTables() function