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 107 bool CompilingLazily;
363 CompilingLazily = !Disabled;
366 return CompilingLazily;
371 return !CompilingLazily;
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 62 CompilingLazily = false;
    [all...]

Completed in 166 milliseconds