Home
last modified time | relevance | path

Searched refs:Precompile (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DTypes.def60 TYPE("c-header-cpp-output", PP_CHeader, INVALID, "i", phases::Precompile)
61 …", CHeader, PP_CHeader, "h", phases::Preprocess, phases::Precompile)
62 …r", CLHeader, PP_CHeader, "h", phases::Preprocess, phases::Precompile)
63 TYPE("objective-c-header-cpp-output", PP_ObjCHeader, INVALID, "mi", phases::Precompile)
64 …e-c-header", ObjCHeader, PP_ObjCHeader, "h", phases::Preprocess, phases::Precompile)
65 TYPE("c++-header-cpp-output", PP_CXXHeader, INVALID, "ii", phases::Precompile)
66 …er", CXXHeader, PP_CXXHeader, "hh", phases::Preprocess, phases::Precompile)
67 TYPE("c++-header-unit-cpp-output", PP_CXXHeaderUnit,INVALID, "iih", phases::Precompile)
68 …er-unit-header", CXXHUHeader, PP_CXXHeaderUnit,"hh", phases::Preprocess, phases::Precompile)
71 TYPE("objective-c++-header-cpp-output", PP_ObjCXXHeader, INVALID,"mii", phases::Precompile)
[all …]
H A DPhases.h19 Precompile, enumerator
/openbsd/gnu/llvm/clang/lib/Driver/
H A DPhases.cpp18 case Precompile: return "precompiler"; in getPhaseName()
H A DTypes.cpp101 return getInfo(Id).Phases.contains(phases::Precompile) && in onlyPrecompileType()
H A DDriver.cpp374 FinalPhase = phases::Precompile; in getFinalPhase()
4062 if (Phase == phases::Precompile && ExtractAPIAction) { in BuildActions()
4567 case phases::Precompile: { in ConstructPhaseAction()