Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1051 auto UnitDIE = U->getUnitDIE(); in getLineTableForUnit() local
1052 if (!UnitDIE) in getLineTableForUnit()
1055 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in getLineTableForUnit()
1079 auto UnitDIE = U->getUnitDIE(); in clearLineTableForUnit() local
1080 if (!UnitDIE) in clearLineTableForUnit()
1083 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in clearLineTableForUnit()