Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCommonArgs.h95 debugLevelToInfoKind(const llvm::opt::Arg &A);
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp136 DebugInfoKind = debugLevelToInfoKind(*gNArg); in addOtherOptions()
H A DCommonArgs.cpp2183 llvm::codegenoptions::DebugInfoKind tools::debugLevelToInfoKind(const Arg &A) { in debugLevelToInfoKind() function in tools
H A DClang.cpp4458 DebugInfoKind = debugLevelToInfoKind(*A); in renderDebugOptions()