| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | 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; 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 …]
|
| HD | DiagnosticFrontendKinds.td | 115 "unable to load PCH file">; 199 // PCH reader 202 "PCH file">;
|
| HD | DebugOptions.def | 82 ///< external references to a PCH or module.
|
| HD | LangOptions.def | 197 BENIGN_LANGOPT(CacheGeneratedPCH, 1, 0, "cache generated PCH files in memory") 198 BENIGN_LANGOPT(PCHInstantiateTemplates, 1, 0, "instantiate templates while building a PCH")
|
| HD | DiagnosticDriverKinds.td | 472 "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-14-stable/sys/contrib/device-tree/src/arm/ |
| HD | 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
|
| HD | aspeed-bmc-tyan-s8036.dts | 332 * - PCH SMBUS #4
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| HD | PreprocessorOptions.h | 53 PCH = 0x1, enumerator 59 All = PCH | Module,
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/ |
| HD | ChainedIncludesSource.cpp | 66 /*isysroot=*/"", DisableValidationForModuleKind::PCH)); in createASTReader() 110 DisableValidationForModuleKind::PCH; in createChainedIncludesSource()
|
| HD | PrecompiledPreamble.cpp | 780 DisableValidationForModuleKind::PCH; in configurePreamble()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | ObjectFilePCHContainerOperations.cpp | 362 StringRef PCH; in ExtractPCH() local 391 PCH = Buffer.getBuffer(); in ExtractPCH() 395 return PCH; in ExtractPCH()
|
| HD | CGDebugInfo.h | 438 void setPCHDescriptor(ASTSourceDescriptor PCH) { PCHDescriptor = PCH; } in setPCHDescriptor() argument
|
| /freebsd-14-stable/contrib/llvm-project/lld/COFF/ |
| HD | DebugTypes.h | 41 enum TpiKind : uint8_t { Regular, PCH, UsingPCH, PDB, PDBIpi, UsingPDB }; enumerator
|
| HD | DebugTypes.cpp | 129 PrecompSource(COFFLinkerContext &ctx, ObjFile *f) : TpiSource(ctx, PCH, f) { in PrecompSource()
|
| /freebsd-14-stable/share/misc/ |
| HD | pci_vendors | 47 7a13 7A2000 PCH Gigabit Ethernet Controller 54 # Found on 7A2000 PCH 56 7a27 7A2000 PCH I2S Controller 59 # Found on 7A2000 PCH 29076 7f70 Arrow Lake-S PCH CNVi WiFi 29255 0284 Comet Lake PCH-LP LPC Premium Controller/eSPI Controller 29257 02a3 Comet Lake PCH-LP SMBus Host Controller 29272 02c8 Comet Lake PCH-LP cAVS 29283 02ea Comet Lake PCH-LP LPSS: I2C Controller #2 29284 02ed Comet Lake PCH-LP USB 3.1 xHCI Host Controller [all …]
|
| /freebsd-14-stable/contrib/file/magic/Magdir/ |
| HD | 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-14-stable/contrib/llvm-project/clang/include/clang/Driver/ |
| HD | Types.def | 104 TYPE("precompiled-header", PCH, INVALID, "pch", phases::Compile, phases::…
|
| HD | Options.td | 3218 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-14-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReader.cpp | 2441 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-14-stable/contrib/one-true-awk/testdir/ |
| HD | funstack.in | 23522 @Article{Samet:1978:PCH,
|