Home
last modified time | relevance | path

Searched refs:OtherMap (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DStableFunctionMap.cpp94 void StableFunctionMap::merge(const StableFunctionMap &OtherMap) { in merge() argument
96 for (auto &[Hash, Funcs] : OtherMap.HashToFuncs) { in merge()
100 getIdOrCreateForName(*OtherMap.getNameForId(Func->FunctionNameId)); in merge()
102 getIdOrCreateForName(*OtherMap.getNameForId(Func->ModuleNameId)); in merge()
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DStableFunctionMap.h97 LLVM_ABI void merge(const StableFunctionMap &OtherMap);