Searched refs:OtherMap (Results 1 – 2 of 2) sorted by relevance
94 void StableFunctionMap::merge(const StableFunctionMap &OtherMap) { in merge() argument96 for (auto &[Hash, Funcs] : OtherMap.HashToFuncs) { in merge()100 getIdOrCreateForName(*OtherMap.getNameForId(Func->FunctionNameId)); in merge()102 getIdOrCreateForName(*OtherMap.getNameForId(Func->ModuleNameId)); in merge()
97 LLVM_ABI void merge(const StableFunctionMap &OtherMap);