Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp881 auto UnitDIE = U->getUnitDIE(); in getLineTableForUnit() local
882 if (!UnitDIE) in getLineTableForUnit()
885 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in getLineTableForUnit()