Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp4489 bool EmitDwarf = false; in renderDebugOptions() local
4491 EmitDwarf = checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions()
4499 if (!EmitCodeView && !EmitDwarf && in renderDebugOptions()
4506 EmitDwarf = true; in renderDebugOptions()
4514 if (EmitDwarf) { in renderDebugOptions()
8624 bool EmitDwarf = false; in ConstructJob() local
8626 EmitDwarf = checkDebugInfoOption(A, Args, D, getToolChain()); in ConstructJob()
8634 if (!EmitCodeView && !EmitDwarf && WantDebug) { in ConstructJob()
8640 EmitDwarf = true; in ConstructJob()
8646 if (!EmitDwarf) in ConstructJob()