Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp215 FunctionInfo &MatchFunc = Funcs[Idx]; in prepareMergedFunctions() local
216 if (TopFunc.Range == MatchFunc.Range) { in prepareMergedFunctions()
223 else if (TopFunc.MergedFunctions->MergedFunctions.back() == MatchFunc) in prepareMergedFunctions()
226 std::move(MatchFunc)); in prepareMergedFunctions()
229 TopLevelFuncs.emplace_back(std::move(MatchFunc)); in prepareMergedFunctions()