Searched refs:ConstructPhaseAction (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Driver.h | 638 Action *ConstructPhaseAction(
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 3330 CudaDeviceActions[I] = C.getDriver().ConstructPhaseAction( in getDeviceDependences() 3392 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A); in getDeviceDependences() 3521 BackendAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences() 3524 auto AssembleAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences() 3589 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A, in getDeviceDependences() 4091 ClangClPch = ConstructPhaseAction(C, Args, Phase, ClangClPch); in handleArguments() 4234 Action *NewCurrent = ConstructPhaseAction(C, Args, Phase, Current); in BuildActions() 4640 // Propagate the ToolChain so we can use it in ConstructPhaseAction. in BuildOffloadingActions() 4643 A = ConstructPhaseAction(C, Args, Phase, A, Kind); in BuildOffloadingActions() 4751 Action *Driver::ConstructPhaseAction( in ConstructPhaseAction() function in Driver [all...] |