Home
last modified time | relevance | path

Searched defs:FuncHash (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h100 uint64_t FuncHash; member
H A DCoverageMappingGen.cpp2202 const uint64_t FuncHash = Info.FuncHash; in emitFunctionMappingRecord() local
2236 llvm::GlobalVariable *NamePtr, StringRef NameValue, uint64_t FuncHash, in addFunctionMappingRecord()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1333 StringRef FuncName, uint64_t FuncHash, StringRef DeprecatedFuncName, in getInstrProfRecord()
1428 uint64_t FuncHash, in getFunctionCounts()
1439 StringRef FuncName, uint64_t FuncHash, std::vector<uint8_t> &BitmapBytes) { in getFunctionBitmapBytes()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h87 uint64_t FuncHash = 0; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp605 uint64_t FuncHash = CFR->template getFuncHash<Endian>(); in insertFunctionRecordIfNeeded() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h627 uint64_t FuncHash; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1061 uint64_t FuncHash = Inc->getHash()->getZExtValue(); in getVarName() local
H A DPGOInstrumentation.cpp420 uint64_t FuncHash = 0; member