Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1190 struct CovMapFunctionRecordV3 { struct
1191 using ThisT = CovMapFunctionRecordV3; argument
1197 CovMapFunctionRecordV3() = delete;
1232 std::pair<const char *, const CovMapFunctionRecordV3 *> argument
1235 const char *Next = ((const char *)this) + sizeof(CovMapFunctionRecordV3) - in advanceByOne() argument
1240 return {nullptr, reinterpret_cast<const CovMapFunctionRecordV3 *>(Next)}; in advanceByOne()
1305 using CovMapFuncRecordType = CovMapFunctionRecordV3;