Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1625 if (auto DeclLineResult = DIE.getDeclLine()) { in getFunctionNameAndStartLineForAddress() local
1626 StartLine = DeclLineResult; in getFunctionNameAndStartLineForAddress()
1854 if (auto DeclLineResult = FunctionDIE.getDeclLine()) in getInliningInfoForAddress() local
1855 Frame.StartLine = DeclLineResult; in getInliningInfoForAddress()