Home
last modified time | relevance | path

Searched defs:CovMapFunctionRecordV1 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h820 struct CovMapFunctionRecordV1 { struct
821 using ThisT = CovMapFunctionRecordV1<IntPtrT>; argument
829 template <support::endianness Endian> uint64_t getFuncHash() const { in getFuncHash()
833 template <support::endianness Endian> uint64_t getDataSize() const { in getDataSize()
838 template <support::endianness Endian> IntPtrT getFuncNameRef() const { in getFuncNameRef()
844 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName()
855 advanceByOne(const char *MappingBuf) const { in advanceByOne()
859 template <support::endianness Endian> uint64_t getFilenamesRef() const { in getFilenamesRef()
864 StringRef getCoverageMapping(const char *MappingBuf) const { in getCoverageMapping()