Home
last modified time | relevance | path

Searched refs:ModuleNameId (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DStableFunctionMap.cpp84 auto ModuleNameId = getIdOrCreateForName(Func.ModuleName); in insert() local
89 Func.Hash, FuncNameId, ModuleNameId, Func.InstCount, in insert()
101 auto ModuleNameId = in merge() local
102 getIdOrCreateForName(*OtherMap.getNameForId(Func->ModuleNameId)); in merge()
106 Func->Hash, FuncNameId, ModuleNameId, Func->InstCount, in merge()
211 return *getNameForId(L->ModuleNameId) < *getNameForId(R->ModuleNameId); in finalize()
H A DStableFunctionMapRecord.cpp61 return std::tuple(A->Hash, SFM.getNameForId(A->ModuleNameId), in getStableFunctionEntries()
63 std::tuple(B->Hash, SFM.getNameForId(B->ModuleNameId), in getStableFunctionEntries()
114 Writer.write<uint32_t>(FuncRef->ModuleNameId); in serialize()
167 auto ModuleNameId = in deserialize() local
169 assert(FunctionMap->getNameForId(ModuleNameId) && in deserialize()
192 Hash, FunctionNameId, ModuleNameId, InstCount, in deserialize()
206 *FunctionMap->getNameForId(FuncEntry->ModuleNameId), in serializeYAML()
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DStableFunctionMap.h60 unsigned ModuleNameId; member
67 stable_hash Hash, unsigned FunctionNameId, unsigned ModuleNameId, in StableFunctionEntry()
71 ModuleNameId(ModuleNameId), InstCount(InstCount), in StableFunctionEntry()