Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DStableFunctionMapRecord.cpp61 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()
H A DStableFunctionMap.cpp75 std::optional<std::string> StableFunctionMap::getNameForId(unsigned Id) const { in getNameForId() function in StableFunctionMap
100 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DStableFunctionMap.h89 LLVM_ABI std::optional<std::string> getNameForId(unsigned Id) const;