Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h115 bool CompilingLazily; variable
439 CompilingLazily = !Disabled;
442 return CompilingLazily; in isCompilingLazily()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp65 CompilingLazily = false; in Init()