Searched refs:ConstructPhaseAction (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Driver.h | 619 Action *ConstructPhaseAction(
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 3289 CudaDeviceActions[I] = C.getDriver().ConstructPhaseAction( in getDeviceDependences() 3351 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A); in getDeviceDependences() 3480 BackendAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences() 3483 auto AssembleAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences() 3548 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A, in getDeviceDependences() 4050 ClangClPch = ConstructPhaseAction(C, Args, Phase, ClangClPch); in handleArguments() 4193 Action *NewCurrent = ConstructPhaseAction(C, Args, Phase, Current); in BuildActions() 4589 A = ConstructPhaseAction(C, Args, Phase, A, Kind); in BuildOffloadingActions() 4675 Action *Driver::ConstructPhaseAction( in ConstructPhaseAction() function in Driver
|