Home
last modified time | relevance | path

Searched refs:HasCodeBefore (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CoverageMapping/
H A Dobjc.m8 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 DCoverageMapping.h165 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 DCoverageMappingWriter.cpp176 uint64_t(I->HasCodeBefore) | in write()
H A DCoverageMappingReader.cpp182 bool HasCodeBefore = CodeBeforeColumnStart & 1; in readMappingRegionsSubArray() local
218 ColumnEnd, HasCodeBefore, Kind)); in readMappingRegionsSubArray()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1032 OS << " (HasCodeBefore = " << R.HasCodeBefore; in dump()