Searched refs:checkDebugInfoOption (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 1019 static bool checkDebugInfoOption(const Arg *A, const ArgList &Args, in checkDebugInfoOption() function 1036 if (checkDebugInfoOption(A, Args, D, TC)) { in RenderDebugInfoCompressionArgs() 4107 checkDebugInfoOption( in renderDebugOptions() 4133 !checkDebugInfoOption(SplitDWARFArg, Args, D, TC)) { in renderDebugOptions() 4142 if (checkDebugInfoOption(A, Args, D, TC) && in renderDebugOptions() 4162 if (checkDebugInfoOption(A, Args, D, TC)) { in renderDebugOptions() 4177 EmitDwarf = checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions() 4180 EmitCodeView = checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions() 4216 (void)checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions() 4231 (void)checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions() [all …]
|