Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1283 struct CovMapFunctionRecordV3 { struct
1284 using ThisT = CovMapFunctionRecordV3; argument
1290 CovMapFunctionRecordV3() = delete;
1325 std::pair<const char *, const CovMapFunctionRecordV3 *> argument
1328 const char *Next = ((const char *)this) + sizeof(CovMapFunctionRecordV3) - in advanceByOne() argument
1333 return {nullptr, reinterpret_cast<const CovMapFunctionRecordV3 *>(Next)}; in advanceByOne()
1398 using CovMapFuncRecordType = CovMapFunctionRecordV3;