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 117 bool CompilingLazily;
497 CompilingLazily = !Disabled;
500 return CompilingLazily;
505 return !CompilingLazily;
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 68 CompilingLazily = false;
    [all...]

Completed in 133 milliseconds