Searched refs:PCH (Results 1 – 25 of 156) sorted by relevance
1234567
14 "unable to read PCH file %0: '%1'">;16 "input is not a PCH file: '%0'">;20 "malformed block record in PCH file: '%0'">, DefaultFatal;32 "PCH file was compiled for the %0 '%1' but the current translation "39 "PCH file but is currently %select{disabled|enabled}2">;41 "%0 differs in PCH file vs. current file">;43 "the PCH file">;44 def err_pch_modulecache_mismatch : Error<"PCH was compiled with module cache "48 "PCH file uses an older PCH format that is no longer supported">;50 "PCH file uses a newer PCH format that cannot be read">;[all …]
26 // RUN: c-index-test -index-tu %t.h.pch | FileCheck %s -check-prefix=CHECK-PCH28 // CHECK-PCH: [enteredMainFile]: {{.*[/\\]}}index-pch-with-module.m29 // CHECK-PCH: [startedTranslationUnit]30 // CHECK-PCH: [importedASTFile]: {{.*}}.cache{{[/\\]}}DependsOnModule.pcm | loc: 5:1 | name: "Depen…31 // CHECK-PCH: [indexDeclaration]: kind: variable | name: pch_glob | {{.*}} | loc: 6:12
31 // RUN: | FileCheck -check-prefix=CHECK-PCH %s32 // CHECK-PCH: Identifier: "meth1" [7:8 - 7:13] ObjCInstanceMethodDecl=meth1:7:833 // CHECK-PCH: Identifier: "meth2" [8:8 - 8:13] ObjCInstanceMethodDecl=meth2:8:8
1 // Test without PCH5 // Test with PCH
1 // Test without PCH10 // Test with PCH
3 // Build PCH using A from path 16 // Use the PCH with the same header search options; should be fine12 // Use the PCH with no way to resolve DependsOnA16 // Use the PCH with no way to resolve A20 // Use the PCH and have it resolve to the other A
65 In the long term there are plans to provide an alternate PCH67 checking the contents of header files. The current implementation of PCH84 Further, compared to GCC's PCH implementation (which is the dominate90 In contrast to GCC's PCH files (and97 architectures. In contrast, GCC requires a PCH file for each110 memory-mapped PTH file. In comparison, GCC also memory maps its PCH118 of the time needed to generate GCC's PCH files. Since PTH/PCH124 handicaps compared to other PCH strategies such as those used by GCC.133 of PCH mitigates some of these algorithmic strengths via the use of138 There is also a PCH implementation for Clang based on the lazy
15 // CHECK: module 'MyModule' in AST file '{{.*MyModule.*pcm}}' (imported by AST file '[[PCH:.*header…17 // CHECK: imported by '[[PCH]]'
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 "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 …]
1 // Test that compiling using a PCH doesn't leak file descriptors.24 // Test without PCH.27 // Test with PCH.
1 // Without PCH4 // With PCH
3 // Without PCH6 // With PCH
17 // CHECK-ERR1: Objective-C automated reference counting was enabled in PCH file but is currently di…18 // CHECK-ERR2: Objective-C automated reference counting was disabled in PCH file but is currently e…