| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticSerializationKinds.td | 13 "unable to read PCH file %0: '%1'">; 15 "input is not a PCH file: '%0'">; 19 "malformed block record in PCH file: '%0'">, DefaultFatal; 49 "PCH was compiled with different VFS overlay files than are currently in use">, 51 def note_pch_vfsoverlay_files : Note<"%select{PCH|current translation unit}0 has the following VFS … 52 def note_pch_vfsoverlay_empty : Note<"%select{PCH|current translation unit}0 has no VFS overlays">; 55 "%select{PCH|module|precompiled}0 file '%1' uses an older format that is no longer supported">; 57 "%select{PCH|module|precompiled }0 file '%1' uses a newer format that cannot be read">; 59 …"%select{PCH|module|precompiled}0 file '%1' built from a different branch (%2) than the compiler (… 61 "%select{PCH|module|precompiled}0 file '%1' contains compiler errors">; [all …]
|
| H A D | DiagnosticFrontendKinds.td | 113 "unable to load PCH file">; 197 // PCH reader 200 "PCH file">;
|
| H A D | DebugOptions.def | 67 ///< external references to a PCH or module.
|
| H A D | LangOptions.def | 162 LANGOPT(CacheGeneratedPCH, 1, 0, Benign, "cache generated PCH files in memory") 163 LANGOPT(PCHInstantiateTemplates, 1, 0, Benign, "instantiate templates while building a PCH")
|
| H A D | DiagnosticDriverKinds.td | 493 "precompiled header '%0' was ignored because it is not a clang PCH file">, 496 "precompiled header directory '%0' was ignored because it contains no clang PCH files">,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ObjectFilePCHContainerReader.cpp | 22 StringRef PCH; in ExtractPCH() local 51 PCH = Buffer.getBuffer(); in ExtractPCH() 55 return PCH; in ExtractPCH()
|
| H A D | ASTReader.cpp | 2608 return bool(DisableValidationKind & DisableValidationForModuleKind::PCH); in shouldDisableValidationForFile() 4963 static ASTFileSignature readASTFileSignature(StringRef PCH); 5533 static ASTFileSignature readASTFileSignature(StringRef PCH) { in readASTFileSignature() argument 5534 BitstreamCursor Stream(PCH); in readASTFileSignature() 11000 : Listener(bool(DisableValidationKind & DisableValidationForModuleKind::PCH) in ASTReader()
|
| /freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
| H A D | aspeed-bmc-tyan-s7106.dts | 266 /* 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 D | aspeed-bmc-tyan-s8036.dts | 332 * - PCH SMBUS #4
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PreprocessorOptions.h | 53 PCH = 0x1, enumerator 59 All = PCH | Module,
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ChainedIncludesSource.cpp | 66 /*isysroot=*/"", DisableValidationForModuleKind::PCH)); in createASTReader() 110 DisableValidationForModuleKind::PCH; in createChainedIncludesSource()
|
| H A D | PrecompiledPreamble.cpp | 778 DisableValidationForModuleKind::PCH; in configurePreamble()
|
| /freebsd/crypto/krb5/src/windows/leash/ |
| H A D | Leash.h | 24 #error include 'stdafx.h' before including this file for PCH
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | DebugTypes.h | 41 enum TpiKind : uint8_t { Regular, PCH, UsingPCH, PDB, PDBIpi, UsingPDB }; enumerator
|
| H A D | DebugTypes.cpp | 128 PrecompSource(COFFLinkerContext &ctx, ObjFile *f) : TpiSource(ctx, PCH, f) { in PrecompSource()
|
| /freebsd/share/misc/ |
| H A D | pci_vendors | 30472 7f70 Arrow Lake-S PCH CNVi WiFi 30651 0284 Comet Lake PCH-LP LPC Premium Controller/eSPI Controller 30653 02a3 Comet Lake PCH-LP SMBus Host Controller 30668 02c8 Comet Lake PCH-LP cAVS 30679 02ea Comet Lake PCH-LP LPSS: I2C Controller #2 30680 02ed Comet Lake PCH-LP USB 3.1 xHCI Host Controller 30682 02ef Comet Lake PCH-LP Shared SRAM 30684 02f0 Comet Lake PCH-LP CNVi WiFi 30692 02f5 Comet Lake PCH-LP SCS3 30786 06a3 Comet Lake PCH SMBus Controller [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 463 void setPCHDescriptor(ASTSourceDescriptor PCH) { PCHDescriptor = PCH; } in setPCHDescriptor() argument
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | intel | 252 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 D | Types.def | 113 TYPE("precompiled-header", PCH, INVALID, "pch", phases::Compile, phases::…
|
| H A D | Options.td | 3381 HelpText<"Validate PCH input files based on content if mtime differs">; 3387 PosFlag<SetTrue, [], [ClangOption], "Instantiate templates already while building a PCH">, 3391 "code for uses of this PCH that assumes an explicit object file will be built for the PCH">; 3393 "debug info for types in an object file built from this PCH and do not generate them elsewhere">; 8169 HelpText<"Select the container format for clang modules and PCH. " 8305 HelpText<"Stop PCH generation after including this file. When using a PCH, " 8309 HelpText<"When creating a PCH, stop PCH generation after #pragma hdrstop.">, 8312 HelpText<"When using a PCH, skip tokens until after a #pragma hdrstop.">; 8317 HelpText<"This compilation is part of building a PCH with corresponding object file.">, 8427 HelpText<"Accept a PCH file that was created with compiler errors">, [all …]
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 23522 @Article{Samet:1978:PCH,
|