Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp214 FunctionInfo &TopFunc = TopLevelFuncs.back(); in prepareMergedFunctions() local
216 if (TopFunc.Range == MatchFunc.Range) { in prepareMergedFunctions()
218 if (!TopFunc.MergedFunctions) in prepareMergedFunctions()
219 TopFunc.MergedFunctions = MergedFunctionsInfo(); in prepareMergedFunctions()
223 else if (TopFunc.MergedFunctions->MergedFunctions.back() == MatchFunc) in prepareMergedFunctions()
225 TopFunc.MergedFunctions->MergedFunctions.emplace_back( in prepareMergedFunctions()