Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h99 uint64_t NameHash; member
H A DCoverageMappingGen.cpp2191 std::string FuncRecordName = "__covrec_" + llvm::utohexstr(Info.NameHash); in emitFunctionMappingRecord()
2201 const uint64_t NameHash = Info.NameHash; in emitFunctionMappingRecord() local
2238 const uint64_t NameHash = llvm::IndexedInstrProf::ComputeHash(NameValue); in addFunctionMappingRecord() local
2239 FunctionRecords.push_back({NameHash, FuncHash, CoverageMapping, IsUsed}); in addFunctionMappingRecord()
H A DCodeGenAction.cpp360 auto NameHash = llvm::hash_value(F.getName()); in HandleTranslationUnit() local
361 ManglingFullSourceLocs.push_back(std::make_pair(NameHash, Loc)); in HandleTranslationUnit()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h493 uint64_t NameHash = Func.getHashCode();
495 return NameHash + (LocId << 5) + LocId;
H A DInstrProfData.inc228 llvm::Type::getInt64Ty(Ctx), NameHash))
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp707 stable_hash NameHash = stable_hash_combine_string(M->getName()); in getIRFileDisplayName() local
709 write_hex(ResultStream, NameHash, HexPrintStyle::Lower, MaxHashWidth); in getIRFileDisplayName()
/freebsd-14.2/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc228 llvm::Type::getInt64Ty(Ctx), NameHash))
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2179 unsigned NameHash; member in __anon063f2bd80511::IdentifierLookupVisitor
2189 : Name(Name), NameHash(ASTIdentifierLookupTrait::ComputeHash(Name)), in IdentifierLookupVisitor()
2208 IdTable->find_hashed(Name, NameHash, &Trait); in operator ()()