Searched refs:checkDebugInfoOption (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 1137 if (checkDebugInfoOption(A, Args, D, TC)) { in RenderDebugInfoCompressionArgs() 4101 checkDebugInfoOption( in renderDebugOptions() 4136 if (checkDebugInfoOption(A, Args, D, TC) && in renderDebugOptions() 4154 if (checkDebugInfoOption(A, Args, D, TC)) { in renderDebugOptions() 4177 if (checkDebugInfoOption(A, Args, D, TC)) in renderDebugOptions() 4227 (void)checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions() 4242 (void)checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions() 4252 if (checkDebugInfoOption(A, Args, D, TC)) { in renderDebugOptions() 4274 (void)checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions() 4301 else if (checkDebugInfoOption(A, Args, D, TC)) in renderDebugOptions() [all …]
|