Home
last modified time | relevance | path

Searched refs:IsAssertBuild (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp4656 const bool IsAssertBuild = false; in ConstructJob() local
4658 const bool IsAssertBuild = true; in ConstructJob() local
4662 if (!IsAssertBuild) in ConstructJob()
4667 options::OPT_fno_discard_value_names, !IsAssertBuild)) { in ConstructJob()