Home
last modified time | relevance | path

Searched refs:hasCustomJumpTables (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetJITInfo.h126 virtual bool hasCustomJumpTables() const { return false; } in hasCustomJumpTables() function
/external/llvm/lib/Target/ARM/
DARMJITInfo.h89 virtual bool hasCustomJumpTables() const { return true; } in hasCustomJumpTables() function
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp1095 if (TheJIT->getJITInfo().hasCustomJumpTables()) in initJumpTableInfo()
1118 if (TheJIT->getJITInfo().hasCustomJumpTables()) in emitJumpTableInfo()