Home
last modified time | relevance | path

Searched refs:hasJIT (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DTargetSelect.cpp72 if (!TheTarget->hasJIT()) { in selectTarget()
/external/swiftshader/third_party/LLVM/lib/Support/
DTargetRegistry.cpp89 if (TheTarget && !TheTarget->hasJIT()) { in getClosestTargetForJIT()
/external/llvm/lib/Target/
DTargetMachineC.cpp93 return unwrap(T)->hasJIT(); in LLVMTargetHasJIT()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DTargetRegistry.h226 bool hasJIT() const { return HasJIT; } in hasJIT() function
/external/llvm/include/llvm/Support/
DTargetRegistry.h274 bool hasJIT() const { return HasJIT; } in hasJIT() function
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp532 if (!TM->getTarget().hasJIT()) { in create()