/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; 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 D | DiagnosticFrontendKinds.td | 115 "unable to load PCH file">; 199 // PCH reader 202 "PCH file">;
|
H A D | DebugOptions.def | 82 ///< external references to a PCH or module.
|
H A D | 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")
|
H A D | 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/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 | 780 DisableValidationForModuleKind::PCH; in configurePreamble()
|
/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 | 129 PrecompSource(COFFLinkerContext &ctx, ObjFile *f) : TpiSource(ctx, PCH, f) { in PrecompSource()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 438 void setPCHDescriptor(ASTSourceDescriptor PCH) { PCHDescriptor = PCH; } in setPCHDescriptor() argument
|
/freebsd/share/misc/ |
H A D | pci_vendors | 51 # 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 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 | 104 TYPE("precompiled-header", PCH, INVALID, "pch", phases::Compile, phases::…
|
H A D | 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/contrib/llvm-project/clang/lib/Serialization/ |
H A D | 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/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 23522 @Article{Samet:1978:PCH,
|