Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h926 struct CovMapFunctionRecordV3 { struct
927 using ThisT = CovMapFunctionRecordV3; argument
933 CovMapFunctionRecordV3() = delete;
968 std::pair<const char *, const CovMapFunctionRecordV3 *> argument
971 const char *Next = ((const char *)this) + sizeof(CovMapFunctionRecordV3) - in advanceByOne() argument
976 return {nullptr, reinterpret_cast<const CovMapFunctionRecordV3 *>(Next)}; in advanceByOne()
1025 using CovMapFuncRecordType = CovMapFunctionRecordV3;