Searched refs:hasJIT (Results 1 – 6 of 6) sorted by relevance
72 if (!TheTarget->hasJIT()) { in selectTarget()
89 if (TheTarget && !TheTarget->hasJIT()) { in getClosestTargetForJIT()
93 return unwrap(T)->hasJIT(); in LLVMTargetHasJIT()
226 bool hasJIT() const { return HasJIT; } in hasJIT() function
274 bool hasJIT() const { return HasJIT; } in hasJIT() function
532 if (!TM->getTarget().hasJIT()) { in create()