OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFuncHash
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h
774
uint64_t
getFuncHash
(const FuncRecordTy *Record) {
830
template <support::endianness Endian> uint64_t
getFuncHash
() const {
831
return accessors::
getFuncHash
<ThisT, Endian>(this);
880
template <support::endianness Endian> uint64_t
getFuncHash
() const {
881
return accessors::
getFuncHash
<ThisT, Endian>(this);
924
template <support::endianness Endian> uint64_t
getFuncHash
() const {
925
return accessors::
getFuncHash
<ThisT, Endian>(this);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
1094
uint64_t
getFuncHash
() const { return FuncInfo.FunctionHash; }
Completed in 54 milliseconds
Indexes created Thu Jun 25 00:25:11 UTC 2026