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.cpp4513 bool EmitDwarf = false; in renderDebugOptions() local
4515 EmitDwarf = checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions()
4523 if (!EmitCodeView && !EmitDwarf && in renderDebugOptions()
4530 EmitDwarf = true; in renderDebugOptions()
4538 if (EmitDwarf) { in renderDebugOptions()
8565 bool EmitDwarf = false; in ConstructJob() local
8567 EmitDwarf = checkDebugInfoOption(A, Args, D, getToolChain()); in ConstructJob()
8575 if (!EmitCodeView && !EmitDwarf && WantDebug) { in ConstructJob()
8581 EmitDwarf = true; in ConstructJob()
8587 if (!EmitDwarf) in ConstructJob()