Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1063 if (auto DeclLineResult = DIE.getDeclLine()) { in getFunctionNameAndStartLineForAddress() local
1064 StartLine = DeclLineResult; in getFunctionNameAndStartLineForAddress()
1335 if (auto DeclLineResult = FunctionDIE.getDeclLine()) in getInliningInfoForAddress() local
1336 Frame.StartLine = DeclLineResult; in getInliningInfoForAddress()