Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h109 uint64_t NameHash; member
H A DCoverageMappingGen.cpp2486 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 DCodeGenAction.cpp297 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 DSampleProf.h506 uint64_t NameHash = Func.getHashCode();
508 return NameHash + (LocId << 5) + LocId;
H A DInstrProfData.inc264 llvm::Type::getInt64Ty(Ctx), NameHash))
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp756 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 DInstrProfData.inc264 llvm::Type::getInt64Ty(Ctx), NameHash))
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2383 unsigned NameHash; member in __anon09454b220711::IdentifierLookupVisitor
2393 : Name(Name), NameHash(ASTIdentifierLookupTrait::ComputeHash(Name)), in IdentifierLookupVisitor()
2412 IdTable->find_hashed(Name, NameHash, &Trait); in operator ()()