HomeSort by: relevance | last modified time | path
    Searched defs:MinimalRuntime (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
SanitizerArgs.h 56 bool MinimalRuntime = false;
86 bool requiresMinimalRuntime() const { return MinimalRuntime; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp 3165 bool MinimalRuntime = CGF.CGM.getCodeGenOpts().SanitizeMinimalRuntime;
3169 if (CheckInfo.Version && !MinimalRuntime)
3171 if (MinimalRuntime)

Completed in 30 milliseconds