Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp996 if (auto DeclLineResult = DIE.getDeclLine()) { in getFunctionNameAndStartLineForAddress() local
997 StartLine = DeclLineResult; in getFunctionNameAndStartLineForAddress()
1259 if (auto DeclLineResult = FunctionDIE.getDeclLine()) in getInliningInfoForAddress() local
1260 Frame.StartLine = DeclLineResult; in getInliningInfoForAddress()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1061 if (auto DeclLineResult = DIE.getDeclLine()) { in getFunctionNameAndStartLineForAddress() local
1062 StartLine = DeclLineResult; in getFunctionNameAndStartLineForAddress()
1328 if (auto DeclLineResult = FunctionDIE.getDeclLine()) in getInliningInfoForAddress() local
1329 Frame.StartLine = DeclLineResult; in getInliningInfoForAddress()