Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DAction.h596 StringRef DependentBoundArch; member
602 StringRef DependentBoundArch, in DependentActionInfo()
605 DependentBoundArch(DependentBoundArch), in DependentActionInfo()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
DDriver.cpp4729 GetNamedOutputPath(C, *UA, BaseInput, UI.DependentBoundArch, in BuildJobsForActionNoCache()
4745 Arch = UI.DependentBoundArch; in BuildJobsForActionNoCache()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp7748 if (!Dep.DependentBoundArch.empty()) { in ConstructJobMultipleOutputs()
7754 Triples += Dep.DependentBoundArch; in ConstructJobMultipleOutputs()