Searched refs:toSectionOffset (Results 1 – 9 of 9) sorted by relevance
326 toSectionOffset(const std::optional<DWARFFormValue> &V) { in toSectionOffset() function338 inline uint64_t toSectionOffset(const std::optional<DWARFFormValue> &V, in toSectionOffset() function340 return toSectionOffset(V).value_or(Default); in toSectionOffset()
498 AddrOffsetSectionBase = toSectionOffset(UnitDie.find(DW_AT_addr_base)); in tryExtractDIEsIfNeeded()501 toSectionOffset(UnitDie.find(DW_AT_GNU_addr_base)); in tryExtractDIEsIfNeeded()502 RangeSectionBase = toSectionOffset(UnitDie.find(DW_AT_rnglists_base), 0); in tryExtractDIEsIfNeeded()503 LocSectionBase = toSectionOffset(UnitDie.find(DW_AT_loclists_base), 0); in tryExtractDIEsIfNeeded()543 toSectionOffset(UnitDie.find(DW_AT_rnglists_base), in tryExtractDIEsIfNeeded()1138 auto OptOffset = toSectionOffset(getUnitDIE().find(DW_AT_str_offsets_base)); in determineStringOffsetsTableContribution()
121 if (auto MacroOffset = toSectionOffset(CUDIE.find(DW_AT_macros))) in parseImpl()
840 auto StmtSectionOffset = toSectionOffset(Die.find(DW_AT_stmt_list)); in verifyDebugLineStmtOffsets()897 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()916 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()933 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()954 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()
339 return toSectionOffset(find({DW_AT_rnglists_base, DW_AT_GNU_ranges_base})); in getRangesBaseAttribute()343 return toSectionOffset(find(DW_AT_loclists_base)); in getLocBaseAttribute()
406 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in getLineTableForUnit()435 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in clearLineTableForUnit()
1508 if (auto StmtOffset = toSectionOffset(CUDIE.find(DW_AT_stmt_list))) in buildLineToUnitMap()
903 dwarf::toSectionOffset(OrigUnitDie.find(dwarf::DW_AT_macros))) { in cloneAndEmitDebugMacro()912 dwarf::toSectionOffset(OrigUnitDie.find(dwarf::DW_AT_macro_info))) { in cloneAndEmitDebugMacro()
2097 dwarf::toSectionOffset(OrigUnitDie.find(dwarf::DW_AT_macros))) { in rememberUnitForMacroOffset()2103 dwarf::toSectionOffset(OrigUnitDie.find(dwarf::DW_AT_macro_info))) { in rememberUnitForMacroOffset()2115 auto StmtList = dwarf::toSectionOffset(CUDie.find(dwarf::DW_AT_stmt_list)); in generateLineTableForUnit()