Searched refs:DeclLineResult (Results 1 – 1 of 1) sorted by relevance
1627 if (auto DeclLineResult = DIE.getDeclLine()) { in getFunctionNameAndStartLineForAddress() local1628 StartLine = DeclLineResult; in getFunctionNameAndStartLineForAddress()1856 if (auto DeclLineResult = FunctionDIE.getDeclLine()) in getInliningInfoForAddress() local1857 Frame.StartLine = DeclLineResult; in getInliningInfoForAddress()