Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h821 struct CovMapFunctionRecordV1 { struct
822 using ThisT = CovMapFunctionRecordV1<IntPtrT>; argument
830 template <support::endianness Endian> uint64_t getFuncHash() const { in getFuncHash()
834 template <support::endianness Endian> uint64_t getDataSize() const { in getDataSize()
839 template <support::endianness Endian> IntPtrT getFuncNameRef() const { in getFuncNameRef()
845 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName()
856 advanceByOne(const char *MappingBuf) const { in advanceByOne()
860 template <support::endianness Endian> uint64_t getFilenamesRef() const { in getFilenamesRef()
865 StringRef getCoverageMapping(const char *MappingBuf) const { in getCoverageMapping()