Searched refs:FuncHash (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c75 SrcData->FuncHash != DstData->FuncHash ||
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h53 uint64_t FuncHash; member in struct:clang::CodeGen::CoverageMappingModuleGen::FunctionInfo
H A DCoverageMappingGen.cpp1355 const uint64_t FuncHash = Info.FuncHash;
1389 llvm::GlobalVariable *NamePtr, StringRef NameValue, uint64_t FuncHash,
1393 FunctionRecords.push_back({NameHash, FuncHash, CoverageMapping, IsUsed});
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h624 uint64_t FuncHash; member in struct:llvm::OverlapStats
628 : Level(L), BaseFilename(nullptr), TestFilename(nullptr), FuncHash(0),
635 FuncHash = Hash;
859 static bool hasCSFlagInHash(uint64_t FuncHash) { argument
860 return ((FuncHash >> CS_FLAG_IN_FUNC_HASH) & 1);
862 static void setCSFlagInHash(uint64_t &FuncHash) { argument
863 FuncHash |= ((uint64_t)1 << CS_FLAG_IN_FUNC_HASH);
1101 // Version 5: Bit 60 of FuncHash is reserved for the flag for the context
H A DInstrProfReader.h473 /// Return the NamedInstrProfRecord associated with FuncName and FuncHash
475 uint64_t FuncHash);
478 Error getFunctionCounts(StringRef FuncName, uint64_t FuncHash,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp409 Record.Hash = swap(Data->FuncHash);
486 // Read FuncHash and set it in Record.
874 uint64_t FuncHash) {
882 if (Data[I].Hash == FuncHash) {
890 uint64_t FuncHash,
892 Expected<InstrProfRecord> Record = getInstrProfRecord(FuncName, FuncHash);
H A DInstrProf.cpp1226 << " Function: " << FuncName << " (Hash=" << FuncHash << ")\n"; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp519 uint64_t FuncHash = CFR->template getFuncHash<Endian>(); local
530 Records.emplace_back(Version, FuncName, FuncHash, Mapping,
545 isCoverageMappingDummy(FuncHash, Mapping);
551 OldRecord.FunctionHash = FuncHash;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp745 uint64_t FuncHash = Inc->getHash()->getZExtValue();
747 if (Name.endswith((Twine(".") + Twine(FuncHash)).toStringRef(HashPostfix)))
749 return (Prefix + Name + "." + Twine(FuncHash)).str();
H A DPGOInstrumentation.cpp316 uint64_t FuncHash = 0; member in struct:__anon4590::SelectInstVisitor
336 FuncHash = FHash;
1405 Builder.getInt64(FuncHash), Builder.getInt32(TotalNumCtrs),
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h714 return support::endian::byte_swap<uint64_t, Endian>(Record->FuncHash);

Completed in 196 milliseconds