Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp3726 const bool IsAssertBuild = false; in ConstructJob() local
3728 const bool IsAssertBuild = true; in ConstructJob() local
3732 if (!IsAssertBuild) in ConstructJob()
3737 options::OPT_fno_discard_value_names, !IsAssertBuild)) in ConstructJob()