HomeSort by relevance Sort by last modified time
    Searched refs:CompilingLazily (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 110 bool CompilingLazily;
388 CompilingLazily = !Disabled;
391 return CompilingLazily;
396 return !CompilingLazily;
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 61 CompilingLazily = false;
    [all...]

Completed in 109 milliseconds