Searched refs:checkDebugInfoOption (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 1071 static bool checkDebugInfoOption(const Arg *A, const ArgList &Args, in checkDebugInfoOption() function 1088 if (checkDebugInfoOption(A, Args, D, TC)) { in RenderDebugInfoCompressionArgs() 3877 checkDebugInfoOption( in renderDebugOptions() 3903 !checkDebugInfoOption(SplitDWARFArg, Args, D, TC)) { in renderDebugOptions() 3912 if (checkDebugInfoOption(A, Args, D, TC) && in renderDebugOptions() 3930 if (checkDebugInfoOption(A, Args, D, TC)) { in renderDebugOptions() 3946 if (checkDebugInfoOption(GDwarfN, Args, D, TC)) in renderDebugOptions() 3953 if (checkDebugInfoOption(A, Args, D, TC)) in renderDebugOptions() 4003 (void)checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions() 4018 (void)checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions() [all …]
|