Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp9138 auto ShouldForward = [&](const llvm::DenseSet<unsigned> &Set, Arg *A) { in ConstructJob() local
9160 else if (ShouldForward(CompilerOptions, A)) in ConstructJob()
9162 else if (ShouldForward(LinkerOptions, A)) in ConstructJob()