Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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 "
48 "PCH was compiled with different VFS overlay files than are currently in use">,
50 def note_pch_vfsoverlay_files : Note<"%select{PCH|current translation unit}0 has the following VFS …
[all …]
H A DDiagnosticFrontendKinds.td115 "unable to load PCH file">;
199 // PCH reader
202 "PCH file">;
H A DDebugOptions.def82 ///< external references to a PCH or module.
H A DLangOptions.def197 BENIGN_LANGOPT(CacheGeneratedPCH, 1, 0, "cache generated PCH files in memory")
198 BENIGN_LANGOPT(PCHInstantiateTemplates, 1, 0, "instantiate templates while building a PCH")
H A DDiagnosticDriverKinds.td472 "precompiled header '%0' was ignored because it is not a clang PCH file">,
475 "precompiled header directory '%0' was ignored because it contains no clang PCH files">,
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-tyan-s7106.dts266 /* Directly connected to PCH SMBUS #0 */
284 * to PCH SMBUS #3
316 * - PCH SMBUS #1
324 * - PCH SMBUS #2
350 * - i2c4 via switch (PCH_VR_SMBUS_SW_P; controlled by PCH)
351 * - PCH SMBUS
379 * - PCH SMBUS #4
H A Daspeed-bmc-tyan-s8036.dts332 * - PCH SMBUS #4
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h53 PCH = 0x1, enumerator
59 All = PCH | Module,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp66 /*isysroot=*/"", DisableValidationForModuleKind::PCH)); in createASTReader()
110 DisableValidationForModuleKind::PCH; in createChainedIncludesSource()
H A DPrecompiledPreamble.cpp780 DisableValidationForModuleKind::PCH; in configurePreamble()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.h41 enum TpiKind : uint8_t { Regular, PCH, UsingPCH, PDB, PDBIpi, UsingPDB }; enumerator
H A DDebugTypes.cpp129 PrecompSource(COFFLinkerContext &ctx, ObjFile *f) : TpiSource(ctx, PCH, f) { in PrecompSource()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h438 void setPCHDescriptor(ASTSourceDescriptor PCH) { PCHDescriptor = PCH; } in setPCHDescriptor() argument
/freebsd/share/misc/
H A Dpci_vendors51 # Found on 7A2000 PCH
54 # Found on 7A2000 PCH
28515 0284 Comet Lake PCH-LP LPC Premium Controller/eSPI Controller
28517 02a3 Comet Lake PCH-LP SMBus Host Controller
28532 02c8 Comet Lake PCH-LP cAVS
28543 02ea Comet Lake PCH-LP LPSS: I2C Controller #2
28544 02ed Comet Lake PCH-LP USB 3.1 xHCI Host Controller
28546 02ef Comet Lake PCH-LP Shared SRAM
28548 02f0 Comet Lake PCH-LP CNVi WiFi
28556 02f5 Comet Lake PCH-LP SCS3
[all …]
/freebsd/contrib/file/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
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.def104 TYPE("precompiled-header", PCH, INVALID, "pch", phases::Compile, phases::…
H A DOptions.td3218 HelpText<"Validate PCH input files based on content if mtime differs">;
3224 PosFlag<SetTrue, [], [ClangOption], "Instantiate templates already while building a PCH">,
3228 "code for uses of this PCH that assumes an explicit object file will be built for the PCH">;
3230 "debug info for types in an object file built from this PCH and do not generate them elsewhere">;
7618 HelpText<"Select the container format for clang modules and PCH. "
7763 HelpText<"Stop PCH generation after including this file. When using a PCH, "
7767 HelpText<"When creating a PCH, stop PCH generation after #pragma hdrstop.">,
7770 HelpText<"When using a PCH, skip tokens until after a #pragma hdrstop.">;
7775 HelpText<"This compilation is part of building a PCH with corresponding object file.">,
7885 HelpText<"Accept a PCH file that was created with compiler errors">,
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2441 return bool(DisableValidationKind & DisableValidationForModuleKind::PCH); in shouldDisableValidationForFile()
4673 static ASTFileSignature readASTFileSignature(StringRef PCH);
5240 static ASTFileSignature readASTFileSignature(StringRef PCH) { in readASTFileSignature() argument
5241 BitstreamCursor Stream(PCH); in readASTFileSignature()
10317 : Listener(bool(DisableValidationKind &DisableValidationForModuleKind::PCH) in ASTReader()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in23522 @Article{Samet:1978:PCH,