Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h832 struct CovMapFunctionRecordV1 { struct
833 using ThisT = CovMapFunctionRecordV1<IntPtrT>; argument
841 template <support::endianness Endian> uint64_t getFuncHash() const { in getFuncHash()
845 template <support::endianness Endian> uint64_t getDataSize() const { in getDataSize()
850 template <support::endianness Endian> IntPtrT getFuncNameRef() const { in getFuncNameRef()
856 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName()
867 advanceByOne(const char *MappingBuf) const { in advanceByOne()
871 template <support::endianness Endian> uint64_t getFilenamesRef() const { in getFilenamesRef()
876 StringRef getCoverageMapping(const char *MappingBuf) const { in getCoverageMapping()