Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp712 static bool checkDebugInfoOption(const Arg *A, const ArgList &Args, in checkDebugInfoOption() function
729 if (checkDebugInfoOption(A, Args, D, TC)) { in RenderDebugInfoCompressionArgs()
4421 checkDebugInfoOption( in renderDebugOptions()
4447 !checkDebugInfoOption(SplitDWARFArg, Args, D, TC)) { in renderDebugOptions()
4456 if (checkDebugInfoOption(A, Args, D, TC) && in renderDebugOptions()
4476 if (checkDebugInfoOption(A, Args, D, TC)) { in renderDebugOptions()
4491 EmitDwarf = checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions()
4495 EmitCodeView = checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions()
4531 (void)checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions()
4546 (void)checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions()
[all …]