Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.def61 TYPE("c-header-cpp-output", PP_CHeader, INVALID, "i", phases::Precompile)
62 …", CHeader, PP_CHeader, "h", phases::Preprocess, phases::Precompile)
63 …r", CLHeader, PP_CHeader, "h", phases::Preprocess, phases::Precompile)
64 TYPE("objective-c-header-cpp-output", PP_ObjCHeader, INVALID, "mi", phases::Precompile)
65 …e-c-header", ObjCHeader, PP_ObjCHeader, "h", phases::Preprocess, phases::Precompile)
66 TYPE("c++-header-cpp-output", PP_CXXHeader, INVALID, "ii", phases::Precompile)
67 …er", CXXHeader, PP_CXXHeader, "hh", phases::Preprocess, phases::Precompile)
68 TYPE("c++-header-unit-cpp-output", PP_CXXHeaderUnit,INVALID, "iih", phases::Precompile)
69 …er-unit-header", CXXHUHeader, PP_CXXHeaderUnit,"hh", phases::Preprocess, phases::Precompile)
70 …em-header", CXXSHeader, PP_CXXHeaderUnit,"hh", phases::Preprocess, phases::Precompile)
[all …]
H A DPhases.h19 Precompile, enumerator
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DPhases.cpp18 case Precompile: return "precompiler"; in getPhaseName()
H A DTypes.cpp98 return getInfo(Id).Phases.contains(phases::Precompile) && in onlyPrecompileType()
H A DDriver.cpp426 FinalPhase = phases::Precompile; in getFinalPhase()
4513 if (Phase == phases::Precompile && ExtractAPIAction) { in BuildActions()
5130 case phases::Precompile: { in ConstructPhaseAction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc1775 …ools3gcc10Precompile16hasIntegratedCPPEv", "clang::driver::tools::gcc::Precompile::hasIntegratedCP…
1776 …ls3gcc10Precompile18hasGoodDiagnosticsEv", "clang::driver::tools::gcc::Precompile::hasGoodDiagnost…
1810 …obActionERN4llvm11SmallVectorIPKcLj16EEE", "clang::driver::tools::gcc::Precompile::RenderExtraTool…
1851 {"_ZN5clang6driver5tools3gcc10PrecompileD1Ev", "clang::driver::tools::gcc::Precompile::~Precompile(…
1852 {"_ZN5clang6driver5tools3gcc10PrecompileD0Ev", "clang::driver::tools::gcc::Precompile::~Precompile(…
25029 {"_ZTVN5clang6driver5tools3gcc10PrecompileE", "vtable for clang::driver::tools::gcc::Precompile"},