Searched refs:getFuncHash (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h713 uint64_t getFuncHash(const FuncRecordTy *Record) { function in namespace:llvm::coverage::accessors
769 template <support::endianness Endian> uint64_t getFuncHash() const { function in struct:llvm::coverage::CovMapFunctionRecordV1
770 return accessors::getFuncHash<ThisT, Endian>(this);
819 template <support::endianness Endian> uint64_t getFuncHash() const { function in struct:llvm::coverage::CovMapFunctionRecordV2
820 return accessors::getFuncHash<ThisT, Endian>(this);
863 template <support::endianness Endian> uint64_t getFuncHash() const { function in struct:llvm::coverage::CovMapFunctionRecordV3
864 return accessors::getFuncHash<ThisT, Endian>(this);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp519 uint64_t FuncHash = CFR->template getFuncHash<Endian>();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1037 uint64_t getFuncHash() const { return FuncInfo.FunctionHash; } function in class:__anon4593::PGOUseFunc

Completed in 82 milliseconds