Searched refs:NameHash (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.h | 108 uint64_t NameHash; member
|
H A D | CoverageMappingGen.cpp | 2447 std::string FuncRecordName = "__covrec_" + llvm::utohexstr(Info.NameHash); in emitFunctionMappingRecord() 2457 const uint64_t NameHash = Info.NameHash; in emitFunctionMappingRecord() local 2494 const uint64_t NameHash = llvm::IndexedInstrProf::ComputeHash(NameValue); in addFunctionMappingRecord() local 2495 FunctionRecords.push_back({NameHash, FuncHash, CoverageMapping, IsUsed}); in addFunctionMappingRecord()
|
H A D | CodeGenAction.cpp | 335 auto NameHash = llvm::hash_value(F.getName()); in HandleTranslationUnit() local 336 ManglingFullSourceLocs.push_back(std::make_pair(NameHash, Loc)); in HandleTranslationUnit()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProf.h | 494 uint64_t NameHash = Func.getHashCode(); 496 return NameHash + (LocId << 5) + LocId;
|
H A D | InstrProfData.inc | 264 llvm::Type::getInt64Ty(Ctx), NameHash))
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 755 stable_hash NameHash = stable_hash_combine_string(M->getName()); in getIRFileDisplayName() local 757 write_hex(ResultStream, NameHash, HexPrintStyle::Lower, MaxHashWidth); in getIRFileDisplayName()
|
/freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
H A D | InstrProfData.inc | 264 llvm::Type::getInt64Ty(Ctx), NameHash))
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 2220 unsigned NameHash; member in __anon09454b220511::IdentifierLookupVisitor 2230 : Name(Name), NameHash(ASTIdentifierLookupTrait::ComputeHash(Name)), in IdentifierLookupVisitor() 2249 IdTable->find_hashed(Name, NameHash, &Trait); in operator ()()
|