Home
last modified time | relevance | path

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

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