Home
last modified time | relevance | path

Searched refs:NameHash (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.h99 uint64_t NameHash; member
H A DCoverageMappingGen.cpp1614 std::string FuncRecordName = "__covrec_" + llvm::utohexstr(Info.NameHash); in emitFunctionMappingRecord()
1624 const uint64_t NameHash = Info.NameHash; in emitFunctionMappingRecord() local
1662 const uint64_t NameHash = llvm::IndexedInstrProf::ComputeHash(NameValue); in addFunctionMappingRecord() local
1663 FunctionRecords.push_back({NameHash, FuncHash, CoverageMapping, IsUsed}); in addFunctionMappingRecord()
H A DCodeGenAction.cpp362 auto NameHash = llvm::hash_value(F.getName()); in HandleTranslationUnit() local
363 ManglingFullSourceLocs.push_back(std::make_pair(NameHash, Loc)); in HandleTranslationUnit()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProf.cpp240 uint64_t NameHash = std::hash<std::string>{}(CalleeName.str()); in getCallSiteHash()
243 return NameHash + (LocId << 5) + LocId; in getCallSiteHash()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc221 llvm::Type::getInt64Ty(Ctx), NameHash))
/llvm-project-15.0.7/compiler-rt/include/profile/
H A DInstrProfData.inc221 llvm::Type::getInt64Ty(Ctx), NameHash))
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp2041 unsigned NameHash; member in __anon4dbaf2520511::IdentifierLookupVisitor
2051 : Name(Name), NameHash(ASTIdentifierLookupTrait::ComputeHash(Name)), in IdentifierLookupVisitor()
2070 IdTable->find_hashed(Name, NameHash, &Trait); in operator ()()