Searched refs:checkDebugInfoOption (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 905 if (checkDebugInfoOption(A, Args, D, TC)) { in RenderDebugInfoCompressionArgs() 4248 checkDebugInfoOption( in renderDebugOptions() 4283 if (checkDebugInfoOption(A, Args, D, TC) && in renderDebugOptions() 4303 if (checkDebugInfoOption(A, Args, D, TC)) { in renderDebugOptions() 4318 EmitDwarf = checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions() 4322 EmitCodeView = checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions() 4358 (void)checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions() 4373 (void)checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions() 4408 (void)checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions() 4435 else if (checkDebugInfoOption(A, Args, D, TC)) in renderDebugOptions() [all …]
|