Searched refs:getNameForId (Results 1 – 3 of 3) sorted by relevance
61 return std::tuple(A->Hash, SFM.getNameForId(A->ModuleNameId), in getStableFunctionEntries()62 SFM.getNameForId(A->FunctionNameId)) < in getStableFunctionEntries()63 std::tuple(B->Hash, SFM.getNameForId(B->ModuleNameId), in getStableFunctionEntries()64 SFM.getNameForId(B->FunctionNameId)); in getStableFunctionEntries()165 assert(FunctionMap->getNameForId(FunctionNameId) && in deserialize()169 assert(FunctionMap->getNameForId(ModuleNameId) && in deserialize()205 FuncEntry->Hash, *FunctionMap->getNameForId(FuncEntry->FunctionNameId), in serializeYAML()206 *FunctionMap->getNameForId(FuncEntry->ModuleNameId), in serializeYAML()
75 std::optional<std::string> StableFunctionMap::getNameForId(unsigned Id) const { in getNameForId() function in StableFunctionMap100 getIdOrCreateForName(*OtherMap.getNameForId(Func->FunctionNameId)); in merge()102 getIdOrCreateForName(*OtherMap.getNameForId(Func->ModuleNameId)); in merge()211 return *getNameForId(L->ModuleNameId) < *getNameForId(R->ModuleNameId); in finalize()
89 LLVM_ABI std::optional<std::string> getNameForId(unsigned Id) const;