Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp403 auto UnitDIE = U->getUnitDIE(); in getLineTableForUnit() local
404 if (!UnitDIE) in getLineTableForUnit()
407 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in getLineTableForUnit()
432 auto UnitDIE = U->getUnitDIE(); in clearLineTableForUnit() local
433 if (!UnitDIE) in clearLineTableForUnit()
436 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in clearLineTableForUnit()