Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
HDCoverageMapping.h1141 uint64_t getFuncHash(const FuncRecordTy *Record) { in getFuncHash() function
1197 template <llvm::endianness Endian> uint64_t getFuncHash() const { in getFuncHash() function
1198 return accessors::getFuncHash<ThisT, Endian>(this); in getFuncHash()
1248 template <llvm::endianness Endian> uint64_t getFuncHash() const { in getFuncHash() function
1249 return accessors::getFuncHash<ThisT, Endian>(this); in getFuncHash()
1292 template <llvm::endianness Endian> uint64_t getFuncHash() const { in getFuncHash() function
1293 return accessors::getFuncHash<ThisT, Endian>(this); in getFuncHash()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
HDCoverageMappingReader.cpp613 uint64_t FuncHash = CFR->template getFuncHash<Endian>(); in insertFunctionRecordIfNeeded()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDPGOInstrumentation.cpp1132 uint64_t getFuncHash() const { return FuncInfo.FunctionHash; } in getFuncHash() function in __anone893db640811::PGOUseFunc