Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h774 uint64_t getFuncHash(const FuncRecordTy *Record) { in getFuncHash() function
830 template <support::endianness Endian> uint64_t getFuncHash() const { in getFuncHash() function
831 return accessors::getFuncHash<ThisT, Endian>(this); in getFuncHash()
880 template <support::endianness Endian> uint64_t getFuncHash() const { in getFuncHash() function
881 return accessors::getFuncHash<ThisT, Endian>(this); in getFuncHash()
924 template <support::endianness Endian> uint64_t getFuncHash() const { in getFuncHash() function
925 return accessors::getFuncHash<ThisT, Endian>(this); in getFuncHash()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp561 uint64_t FuncHash = CFR->template getFuncHash<Endian>(); in insertFunctionRecordIfNeeded()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1094 uint64_t getFuncHash() const { return FuncInfo.FunctionHash; } in getFuncHash() function in __anona0b2eb9f0611::PGOUseFunc