Searched refs:ConstructPhaseAction (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Driver.h | 498 Action *ConstructPhaseAction(
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 2822 CudaDeviceActions[I] = C.getDriver().ConstructPhaseAction( in getDeviceDependences() 2884 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A); in getDeviceDependences() 2974 auto BackendAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences() 2977 auto AssembleAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences() 3041 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A, in getDeviceDependences() 3147 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A); in getDeviceDependences() 3638 ClangClPch = ConstructPhaseAction(C, Args, Phase, ClangClPch); in handleArguments() 3775 Action *NewCurrent = ConstructPhaseAction(C, Args, Phase, Current); in BuildActions() 3900 Action *Driver::ConstructPhaseAction( in ConstructPhaseAction() function in Driver
|