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.h108 uint64_t NameHash; member
H A DCoverageMappingGen.cpp2447 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 DCodeGenAction.cpp335 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 DSampleProf.h494 uint64_t NameHash = Func.getHashCode();
496 return NameHash + (LocId << 5) + LocId;
H A DInstrProfData.inc264 llvm::Type::getInt64Ty(Ctx), NameHash))
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp755 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 DInstrProfData.inc264 llvm::Type::getInt64Ty(Ctx), NameHash))
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2220 unsigned NameHash; member in __anon09454b220511::IdentifierLookupVisitor
2230 : Name(Name), NameHash(ASTIdentifierLookupTrait::ComputeHash(Name)), in IdentifierLookupVisitor()
2249 IdTable->find_hashed(Name, NameHash, &Trait); in operator ()()