Home
last modified time | relevance | path

Searched refs:SupportsIndirection (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DOrcCAPITest.cpp129 if (!SupportsIndirection) in TEST_F()
180 if (!SupportsIndirection) in TEST_F()
DOrcTestCommon.h114 SupportsIndirection = !!orc::createLocalCompileCallbackManager(TT, ES, 0); in OrcExecutionTest()
123 bool SupportsIndirection = false; variable