Home
last modified time | relevance | path

Searched refs:PCH (Results 1 – 25 of 91) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticSerializationKinds.td13 "unable to read PCH file %0: '%1'">;
15 "input is not a PCH file: '%0'">;
19 "malformed block record in PCH file: '%0'">, DefaultFatal;
33 "PCH file was compiled for the %0 '%1' but the current translation "
40 "PCH file but is currently %select{disabled|enabled}2">;
42 "%0 differs in PCH file vs. current file">;
44 "the PCH file">;
45 def err_pch_modulecache_mismatch : Error<"PCH was compiled with module cache "
49 "PCH file uses an older PCH format that is no longer supported">;
51 "PCH file uses a newer PCH format that cannot be read">;
[all …]
H A DDiagnosticFrontendKinds.td90 "unable to load PCH file">;
173 // PCH reader
176 "PCH file">;
H A DLangOptions.def170 BENIGN_LANGOPT(CacheGeneratedPCH, 1, 0, "cache generated PCH files in memory")
171 BENIGN_LANGOPT(PCHInstantiateTemplates, 1, 0, "instantiate templates while building a PCH")
/netbsd-src/sys/dev/pci/
H A Dpcidevs4319 product INTEL PCH_M_LM 0x10ea PCH LAN (82577LM) Controller
4320 product INTEL PCH_M_LC 0x10eb PCH LAN (82577LC) Controller
4323 product INTEL PCH_D_DM 0x10ef PCH LAN (82578DM) Controller
4324 product INTEL PCH_D_DC 0x10f0 PCH LAN (82578DC) Controller
4527 product INTEL SNR_PCH_C2_RP_11 0x18a2 Snow Ridge PCH PCIe Cluster 2, RP 11
4528 product INTEL SNR_PCH_C0_RP_0 0x18a4 Snow Ridge PCH PCIe Cluster 0, RP 0
4529 product INTEL SNR_PCH_C0_RP_1 0x18a5 Snow Ridge PCH PCIe Cluster 0, RP 1
4530 product INTEL SNR_PCH_C0_RP_2 0x18a6 Snow Ridge PCH PCIe Cluster 0, RP 2
4531 product INTEL SNR_PCH_C0_RP_3 0x18a7 Snow Ridge PCH PCIe Cluster 0, RP 3
4533 product INTEL SNR_PCH_C2_RP_8 0x18ad Snow Ridge PCH PCI
[all...]
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DPCHInternals.rst9 headers (PCH) and modules. If you are interested in the end-user view, please
16 for generating and using PCH files.
18 To generate PCH files using ``clang -cc1``, use the option `-emit-pch`:
24 This option is transparently used by ``clang`` when generating PCH files. The
25 resulting PCH file contains the serialized form of the compiler's internal
26 representation after it has completed parsing and semantic analysis. The PCH
42 header (PCH file). Then, when compiling the source files in the project, we
43 load the PCH file first (as a prefix header), which acts as a stand-in for that
48 * Loading the PCH file is significantly faster than re-parsing the bundle of
49 headers stored within the PCH file. Thus, a precompiled header design
[all …]
H A DUsersManual.rst1171 Generating a PCH File
1174 To generate a PCH file using Clang, one invokes Clang with the
1176 for generating PCH files:
1183 Using a PCH File
1186 A PCH file can then be used as a prefix header when a :option:`-include`
1193 The ``clang`` driver will first check if a PCH file for ``test.h`` is
1195 will be processed from the PCH file. Otherwise, Clang falls back to
1201 Clang does *not* automatically use PCH files for headers that are directly
1211 In this example, ``clang`` will not automatically use the PCH file for
1215 Relocatable PCH Files
[all …]
H A DToolchain.rst45 :ref:`precompiled header (PCH) <usersmanual-precompiled-headers>`,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtimevar.def61 /* Time spent saving/restoring PCH state. */
62 DEFTIMEVAR (TV_PCH_SAVE , "PCH main state save")
63 DEFTIMEVAR (TV_PCH_CPP_SAVE , "PCH preprocessor state save")
64 DEFTIMEVAR (TV_PCH_PTR_REALLOC , "PCH pointer reallocation")
65 DEFTIMEVAR (TV_PCH_PTR_SORT , "PCH pointer sort")
66 DEFTIMEVAR (TV_PCH_RESTORE , "PCH main state restore")
67 DEFTIMEVAR (TV_PCH_CPP_RESTORE , "PCH preprocessor state restore")
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessorOptions.h51 PCH = 0x1, enumerator
57 All = PCH | Module,
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtimevar.def61 /* Time spent saving/restoring PCH state. */
62 DEFTIMEVAR (TV_PCH_SAVE , "PCH main state save")
63 DEFTIMEVAR (TV_PCH_CPP_SAVE , "PCH preprocessor state save")
64 DEFTIMEVAR (TV_PCH_PTR_REALLOC , "PCH pointer reallocation")
65 DEFTIMEVAR (TV_PCH_PTR_SORT , "PCH pointer sort")
66 DEFTIMEVAR (TV_PCH_RESTORE , "PCH main state restore")
67 DEFTIMEVAR (TV_PCH_CPP_RESTORE , "PCH preprocessor state restore")
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/user-docs/
H A DCrossTranslationUnit.rst14 …be used in a variety of ways. The importing of external TU definitions can work with pre-dumped PCH
21 PCH-based analysis
23 The analysis needs the PCH dumps of all the translations units used in the project.
25 The index, which maps symbols' USR names to PCH dumps containing them must also be generated by the
27 is to use PCH-based analysis, as the lack of that extension signals that the entry is to be used as…
71 …o inline the definition of `foo` from `foo.cpp` first we have to generate the `AST` (or `PCH`) file
216 is to use On-demand analysis, as that extension signals that the entry is to be used as an PCH-dump.
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp330 StringRef PCH; in ExtractPCH() local
359 PCH = Buffer.getBuffer(); in ExtractPCH()
363 return PCH; in ExtractPCH()
H A DCGDebugInfo.h394 void setPCHDescriptor(ASTSourceDescriptor PCH) { PCHDescriptor = PCH; } in setPCHDescriptor() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dhostconfig.texi48 the PCH data at this address such that the data need not be relocated.
56 This host hook is called when a PCH file is about to be loaded.
65 space beyond @var{size}, regardless of the return value. If no PCH will
71 indicate an out-of-date PCH file (built by some other GCC executable),
72 and such a PCH file won't work.
H A Dgty.texi59 static GTY(()) int @var{counter}; /* @r{save counter in a PCH} */
213 writing PCH and the field is non-NULL it will remember the field's address
214 for relocation purposes if the process writing PCH has different load base
215 from a process reading PCH.
338 PCH cannot handle data structures that depend on the absolute values
348 contain any pointers, and hence it should be treated by the GC and PCH
353 writing a PCH file).
385 with @code{atomic} to make the PCH machinery aware of them so that
386 they are saved and restored correctly to PCH files.
H A Dcppopts.texi372 and loads the PCH@.
379 safe to edit the filename if the PCH file is available in a different
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dhostconfig.texi48 the PCH data at this address such that the data need not be relocated.
56 This host hook is called when a PCH file is about to be loaded.
65 space beyond @var{size}, regardless of the return value. If no PCH will
71 indicate an out-of-date PCH file (built by some other GCC executable),
72 and such a PCH file won't work.
H A Dgty.texi59 static GTY(()) int @var{counter}; /* @r{save counter in a PCH} */
321 PCH cannot handle data structures that depend on the absolute values
331 contain any pointers, and hence it should be treated by the GC and PCH
336 writing a PCH file).
368 with @code{atomic} to make the PCH machinery aware of them so that
369 they are saved and restored correctly to PCH files.
H A Dcppopts.texi368 and loads the PCH@.
375 safe to edit the filename if the PCH file is available in a different
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DChainedIncludesSource.cpp89 /*isysroot=*/"", DisableValidationForModuleKind::PCH)); in createASTReader()
133 DisableValidationForModuleKind::PCH; in createChainedIncludesSource()
H A DPrecompiledPreamble.cpp808 DisableValidationForModuleKind::PCH; in configurePreamble()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dintel252 0 lelong 0x0ff0a55a Intel serial flash for ICH/PCH ROM <= 5 or 3400 series A-step
253 16 lelong 0x0ff0a55a Intel serial flash for PCH ROM
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dtblgen.rst136 Generate Clang PCH attribute reader.
140 Generate Clang PCH attribute writer.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DTypes.def95 TYPE("precompiled-header", PCH, INVALID, "gch", phases::Compile, phases::…
H A DOptions.td2098 HelpText<"Validate PCH input files based on content if mtime differs">;
2104 PosFlag<SetTrue, [], "Instantiate templates already while building a PCH">,
2107 "code for uses of this PCH that assumes an explicit object file will be built for the PCH">;
2109 "debug info for types in an object file built from this PCH and do not generate them elsewhere">;
5235 HelpText<"Select the container format for clang modules and PCH. "
5384 HelpText<"Stop PCH generation after including this file. When using a PCH, "
5388 HelpText<"When creating a PCH, stop PCH generation after #pragma hdrstop.">,
5391 HelpText<"When using a PCH, skip tokens until after a #pragma hdrstop.">;
5396 HelpText<"This compilation is part of building a PCH with corresponding object file.">,
5475 HelpText<"Accept a PCH file that was created with compiler errors">,
[all …]

1234