Searched refs:checkDebugInfoOption (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 867 static bool checkDebugInfoOption(const Arg *A, const ArgList &Args, in checkDebugInfoOption() function 884 if (checkDebugInfoOption(A, Args, D, TC)) { in RenderDebugInfoCompressionArgs() 4445 checkDebugInfoOption( in renderDebugOptions() 4471 !checkDebugInfoOption(SplitDWARFArg, Args, D, TC)) { in renderDebugOptions() 4480 if (checkDebugInfoOption(A, Args, D, TC) && in renderDebugOptions() 4500 if (checkDebugInfoOption(A, Args, D, TC)) { in renderDebugOptions() 4515 EmitDwarf = checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions() 4519 EmitCodeView = checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions() 4555 (void)checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions() 4570 (void)checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions() [all …]
|