Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DDriver.h601 Action *ConstructPhaseAction(
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp3221 CudaDeviceActions[I] = C.getDriver().ConstructPhaseAction( in getDeviceDependences()
3283 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A); in getDeviceDependences()
3386 BackendAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences()
3389 auto AssembleAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences()
3452 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A, in getDeviceDependences()
3931 ClangClPch = ConstructPhaseAction(C, Args, Phase, ClangClPch); in handleArguments()
4072 Action *NewCurrent = ConstructPhaseAction(C, Args, Phase, Current); in BuildActions()
4440 A = ConstructPhaseAction(C, Args, Phase, A, Kind); in BuildOffloadingActions()
4526 Action *Driver::ConstructPhaseAction( in ConstructPhaseAction() function in Driver