Home
last modified time | relevance | path

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

/external/clang/include/clang/Driver/
DDriver.h391 Action *ConstructPhaseAction(Compilation &C, const llvm::opt::ArgList &Args,
/external/llvm-project/clang/include/clang/Driver/
DDriver.h494 Action *ConstructPhaseAction(
/external/llvm-project/clang/lib/Driver/
DDriver.cpp2717 CudaDeviceActions[I] = C.getDriver().ConstructPhaseAction( in getDeviceDependences()
2779 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A); in getDeviceDependences()
2843 auto BackendAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences()
2846 auto AssembleAction = C.getDriver().ConstructPhaseAction( in getDeviceDependences()
2906 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A, in getDeviceDependences()
2998 A = C.getDriver().ConstructPhaseAction(C, Args, CurPhase, A); in getDeviceDependences()
3487 ClangClPch = ConstructPhaseAction(C, Args, Phase, ClangClPch); in handleArguments()
3624 Action *NewCurrent = ConstructPhaseAction(C, Args, Phase, Current); in BuildActions()
3749 Action *Driver::ConstructPhaseAction( in ConstructPhaseAction() function in Driver
/external/clang/lib/Driver/
DDriver.cpp1636 ClangClPch = ConstructPhaseAction(C, Args, Phase, ClangClPch); in BuildActions()
1676 Current = ConstructPhaseAction(C, Args, Phase, Current); in BuildActions()
1714 Action *Driver::ConstructPhaseAction(Compilation &C, const ArgList &Args, in ConstructPhaseAction() function in Driver