Home
last modified time | relevance | path

Searched refs:checkDebugInfoOption (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDClang.cpp1032 static bool checkDebugInfoOption(const Arg *A, const ArgList &Args, in checkDebugInfoOption() function
1049 if (checkDebugInfoOption(A, Args, D, TC)) { in RenderDebugInfoCompressionArgs()
3583 checkDebugInfoOption( in RenderDebugOptions()
3608 !checkDebugInfoOption(SplitDWARFArg, Args, D, TC)) { in RenderDebugOptions()
3619 if (checkDebugInfoOption(A, Args, D, TC) && in RenderDebugOptions()
3637 if (checkDebugInfoOption(A, Args, D, TC)) { in RenderDebugOptions()
3653 if (checkDebugInfoOption(GDwarfN, Args, D, TC)) in RenderDebugOptions()
3660 if (checkDebugInfoOption(A, Args, D, TC)) in RenderDebugOptions()
3710 (void)checkDebugInfoOption(A, Args, D, TC); in RenderDebugOptions()
3719 if (checkDebugInfoOption(A, Args, D, TC)) { in RenderDebugOptions()
[all …]