Home
last modified time | relevance | path

Searched defs: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
923 template <support::endianness Endian> uint64_t getFuncHash() const { in getFuncHash()
927 template <support::endianness Endian> uint64_t getDataSize() const { in getDataSize()
931 template <support::endianness Endian> uint64_t getFuncNameRef() const { in getFuncNameRef()
956 std::pair<const char *, const CovMapFunctionRecordV3 *> argument
959 const char *Next = ((const char *)this) + sizeof(CovMapFunctionRecordV3) - in advanceByOne() argument