Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h915 struct CovMapFunctionRecordV3 { struct
916 using ThisT = CovMapFunctionRecordV3; argument
922 CovMapFunctionRecordV3() = delete;
957 std::pair<const char *, const CovMapFunctionRecordV3 *> argument
960 const char *Next = ((const char *)this) + sizeof(CovMapFunctionRecordV3) - in advanceByOne() argument
965 return {nullptr, reinterpret_cast<const CovMapFunctionRecordV3 *>(Next)}; in advanceByOne()
1014 using CovMapFuncRecordType = CovMapFunctionRecordV3;