Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1359 struct CovMapFunctionRecordV3 { struct
1360 using ThisT = CovMapFunctionRecordV3; argument
1366 CovMapFunctionRecordV3() = delete;
1401 std::pair<const char *, const CovMapFunctionRecordV3 *> argument
1404 const char *Next = ((const char *)this) + sizeof(CovMapFunctionRecordV3) - in advanceByOne() argument
1409 return {nullptr, reinterpret_cast<const CovMapFunctionRecordV3 *>(Next)}; in advanceByOne()
1474 using CovMapFuncRecordType = CovMapFunctionRecordV3;