Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp944 auto UnitDIE = U->getUnitDIE(); in getLineTableForUnit() local
945 if (!UnitDIE) in getLineTableForUnit()
948 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in getLineTableForUnit()