Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h870 struct CovMapFunctionRecordV2 { struct
871 using ThisT = CovMapFunctionRecordV2; argument
879 template <support::endianness Endian> uint64_t getFuncHash() const { in getFuncHash()
883 template <support::endianness Endian> uint64_t getDataSize() const { in getDataSize()
887 template <support::endianness Endian> uint64_t getFuncNameRef() const { in getFuncNameRef()
892 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName()
899 advanceByOne(const char *MappingBuf) const { in advanceByOne()
903 template <support::endianness Endian> uint64_t getFilenamesRef() const { in getFilenamesRef()
908 StringRef getCoverageMapping(const char *MappingBuf) const { in getCoverageMapping()