Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DDriver.h504 Action *ConstructPhaseAction(
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp2830 CudaDeviceActions[I] = C.getDriver().ConstructPhaseAction( in getDeviceDependences()
2892 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A); in getDeviceDependences()
2975 auto BackendAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences()
2978 auto AssembleAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences()
3039 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A, in getDeviceDependences()
3131 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A); in getDeviceDependences()
3621 ClangClPch = ConstructPhaseAction(C, Args, Phase, ClangClPch); in handleArguments()
3758 Action *NewCurrent = ConstructPhaseAction(C, Args, Phase, Current); in BuildActions()
3883 Action *Driver::ConstructPhaseAction( in ConstructPhaseAction() function in Driver