Searched refs:runtime_check (Results 1 – 4 of 4) sorted by relevance
95 return Opts.runtime_check; in removeUbsanTraps()198 if (Opts.runtime_check) { in printPipeline()201 OS << "runtime_check=" << Opts.runtime_check; in printPipeline()
30 unsigned int runtime_check = 0; member
949 int runtime_check; in parseLowerAllowCheckPassOptions() local950 if (ValueString.getAsInteger(0, runtime_check)) { in parseLowerAllowCheckPassOptions()958 Result.runtime_check = runtime_check; in parseLowerAllowCheckPassOptions()
823 Opts.runtime_check = AllowRuntimeCheckSkipHotCutoff; in addSanitizers()