Searched refs:HasCodeBefore (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/test/CoverageMapping/ |
| H A D | objc.m | 8 void func(A *a) { // CHECK-NEXT: File 0, [[@LINE]]:17 -> [[@LINE+3]]:2 = #0 (HasCodeBefore = 0) 10 [a bork: 20 ]; // CHECK-NEXT: File 0, [[@LINE]]:5 -> [[@LINE]]:20 = #1 (HasCodeBefore = 0) 19 …(NSArray *array) { // CHECK-NEXT: File 0, [[@LINE]]:28 -> [[@LINE+10]]:2 = #0 (HasCodeBefore = 0) 21 …Array *x in array) { // CHECK-NEXT: File 0, [[@LINE]]:29 -> [[@LINE+6]]:4 = #1 (HasCodeBefore = 0) 22 …) { // CHECK-NEXT: File 0, [[@LINE]]:12 -> [[@LINE+2]]:6 = #2 (HasCodeBefore = 0) 24 … // CHECK-NEXT: File 0, [[@LINE]]:12 -> [[@LINE+2]]:6 = (#1 - #2) (HasCodeBefore = 0)
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | CoverageMapping.h | 165 bool HasCodeBefore; member 169 unsigned ColumnEnd, bool HasCodeBefore = false, 173 Kind(Kind), HasCodeBefore(HasCodeBefore) {} in Count()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/ |
| H A D | CoverageMappingWriter.cpp | 176 uint64_t(I->HasCodeBefore) | in write()
|
| H A D | CoverageMappingReader.cpp | 182 bool HasCodeBefore = CodeBeforeColumnStart & 1; in readMappingRegionsSubArray() local 218 ColumnEnd, HasCodeBefore, Kind)); in readMappingRegionsSubArray()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 1032 OS << " (HasCodeBefore = " << R.HasCodeBefore; in dump()
|