Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1135 if (auto DeclLineResult = DIE.getDeclLine()) { in getFunctionNameAndStartLineForAddress() local
1136 StartLine = DeclLineResult; in getFunctionNameAndStartLineForAddress()
1365 if (auto DeclLineResult = FunctionDIE.getDeclLine()) in getInliningInfoForAddress() local
1366 Frame.StartLine = DeclLineResult; in getInliningInfoForAddress()