Searched refs:NameHash (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.h | 109 uint64_t NameHash; member
|
| H A D | CoverageMappingGen.cpp | 2486 std::string FuncRecordName = "__covrec_" + llvm::utohexstr(Info.NameHash); in emitFunctionMappingRecord() 2496 const uint64_t NameHash = Info.NameHash; in emitFunctionMappingRecord() local 2533 const uint64_t NameHash = llvm::IndexedInstrProf::ComputeHash(NameValue); in addFunctionMappingRecord() local 2534 FunctionRecords.push_back({NameHash, FuncHash, CoverageMapping, IsUsed}); in addFunctionMappingRecord()
|
| H A D | CodeGenAction.cpp | 297 auto NameHash = llvm::hash_value(F.getName()); in HandleTranslationUnit() local 298 ManglingFullSourceLocs.push_back(std::make_pair(NameHash, Loc)); in HandleTranslationUnit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 506 uint64_t NameHash = Func.getHashCode(); 508 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 | 756 uint64_t NameHash = xxh3_64bits(M->getName()); in writeIRFileDisplayName() local 758 write_hex(ResultStream, NameHash, HexPrintStyle::Lower, MaxHashWidth); in writeIRFileDisplayName()
|
| /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 | 2383 unsigned NameHash; member in __anon09454b220711::IdentifierLookupVisitor 2393 : Name(Name), NameHash(ASTIdentifierLookupTrait::ComputeHash(Name)), in IdentifierLookupVisitor() 2412 IdTable->find_hashed(Name, NameHash, &Trait); in operator ()()
|