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

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPseudoProbe.h85 uint64_t FuncHash = 0; member in struct:llvm::sampleprof::PseudoProbeFuncDesc
89 : FuncGUID(GUID), FuncHash(Hash), FuncName(Name){};
H A DProfileGenerator.cpp547 CallerProfile.setFunctionHash(InlinerDesc->FuncHash);
622 FunctionProile.setFunctionHash(LeafFuncDesc->FuncHash);
H A DPseudoProbe.cpp34 OS << "Hash: " << FuncHash << "\n"; local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h625 uint64_t FuncHash; member in struct:llvm::OverlapStats
629 : Level(L), BaseFilename(nullptr), TestFilename(nullptr), FuncHash(0),
636 FuncHash = Hash;
860 static bool hasCSFlagInHash(uint64_t FuncHash) { argument
861 return ((FuncHash >> CS_FLAG_IN_FUNC_HASH) & 1);
863 static void setCSFlagInHash(uint64_t &FuncHash) { argument
864 FuncHash |= ((uint64_t)1 << CS_FLAG_IN_FUNC_HASH);
1104 // Version 5: Bit 60 of FuncHash is reserved for the flag for the context
H A DInstrProfReader.h502 /// Return the NamedInstrProfRecord associated with FuncName and FuncHash
504 uint64_t FuncHash);
507 Error getFunctionCounts(StringRef FuncName, uint64_t FuncHash,
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.h86 uint64_t FuncHash; member in struct:clang::CodeGen::CoverageMappingModuleGen::FunctionInfo
H A DCoverageMappingGen.cpp1607 const uint64_t FuncHash = Info.FuncHash;
1641 llvm::GlobalVariable *NamePtr, StringRef NameValue, uint64_t FuncHash,
1645 FunctionRecords.push_back({NameHash, FuncHash, CoverageMapping, IsUsed});
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp415 Record.Hash = swap(Data->FuncHash);
492 // Read FuncHash and set it in Record.
880 uint64_t FuncHash) {
888 if (Data[I].Hash == FuncHash) {
896 uint64_t FuncHash,
898 Expected<InstrProfRecord> Record = getInstrProfRecord(FuncName, FuncHash);
H A DInstrProf.cpp1231 << " Function: " << FuncName << " (Hash=" << FuncHash << ")\n"; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp561 uint64_t FuncHash = CFR->template getFuncHash<Endian>(); local
572 Records.emplace_back(Version, FuncName, FuncHash, Mapping,
587 isCoverageMappingDummy(FuncHash, Mapping);
593 OldRecord.FunctionHash = FuncHash;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp744 uint64_t FuncHash = Inc->getHash()->getZExtValue();
746 if (Name.endswith((Twine(".") + Twine(FuncHash)).toStringRef(HashPostfix)))
748 return (Prefix + Name + "." + Twine(FuncHash)).str();
H A DPGOInstrumentation.cpp353 uint64_t FuncHash = 0; member in struct:__anon2895::SelectInstVisitor
373 FuncHash = FHash;
1501 Builder.getInt64(FuncHash), Builder.getInt32(TotalNumCtrs),
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfData.inc73 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
165 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
166 llvm::ConstantInt::get(llvm::Type::getInt64Ty(Ctx), FuncHash))
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h775 return support::endian::byte_swap<uint64_t, Endian>(Record->FuncHash);

Completed in 138 milliseconds