Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h914 struct CovMapFunctionRecordV3 { struct
915 using ThisT = CovMapFunctionRecordV3; argument
921 CovMapFunctionRecordV3() = delete;
956 std::pair<const char *, const CovMapFunctionRecordV3 *> argument
959 const char *Next = ((const char *)this) + sizeof(CovMapFunctionRecordV3) - in advanceByOne() argument
964 return {nullptr, reinterpret_cast<const CovMapFunctionRecordV3 *>(Next)}; in advanceByOne()
1013 using CovMapFuncRecordType = CovMapFunctionRecordV3;