Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h684 template <support::endianness Endian> uint64_t getFuncHash() const { in getFuncHash() function
715 template <support::endianness Endian> uint64_t getFuncHash() const { in getFuncHash() function
/freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp418 uint64_t FuncHash = CFR->template getFuncHash<Endian>(); in insertFunctionRecordIfNeeded()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp886 uint64_t getFuncHash() const { return FuncInfo.FunctionHash; } in getFuncHash() function in __anoncdc89db00411::PGOUseFunc