Searched refs:toSectionOffset (Results 1 – 11 of 11) sorted by relevance
404 toSectionOffset(const std::optional<DWARFFormValue> &V) { in toSectionOffset() function416 inline uint64_t toSectionOffset(const std::optional<DWARFFormValue> &V, in toSectionOffset() function418 return toSectionOffset(V).value_or(Default); in toSectionOffset()
520 AddrOffsetSectionBase = toSectionOffset(UnitDie.find(DW_AT_addr_base)); in tryExtractDIEsIfNeeded()523 toSectionOffset(UnitDie.find(DW_AT_GNU_addr_base)); in tryExtractDIEsIfNeeded()524 RangeSectionBase = toSectionOffset(UnitDie.find(DW_AT_rnglists_base), 0); in tryExtractDIEsIfNeeded()525 LocSectionBase = toSectionOffset(UnitDie.find(DW_AT_loclists_base), 0); in tryExtractDIEsIfNeeded()565 toSectionOffset(UnitDie.find(DW_AT_rnglists_base), in tryExtractDIEsIfNeeded()1160 auto OptOffset = toSectionOffset(getUnitDIE().find(DW_AT_str_offsets_base)); in determineStringOffsetsTableContribution()
121 if (auto MacroOffset = toSectionOffset(CUDIE.find(DW_AT_macros))) in parseImpl()
974 auto StmtSectionOffset = toSectionOffset(Die.find(DW_AT_stmt_list)); in verifyDebugLineStmtOffsets()1037 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()1055 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()1079 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()1096 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()
348 return toSectionOffset(find({DW_AT_rnglists_base, DW_AT_GNU_ranges_base})); in getRangesBaseAttribute()352 return toSectionOffset(find(DW_AT_loclists_base)); in getLocBaseAttribute()
405 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in getLineTableForUnit()434 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in clearLineTableForUnit()
1578 if (auto StmtOffset = toSectionOffset(CUDIE.find(DW_AT_stmt_list))) in buildLineToUnitMap()
327 uint64_t StmtSeqVal = dwarf::toSectionOffset(StmtSeqAttr, UINT64_MAX); in convertFunctionLineTable()
900 dwarf::toSectionOffset(OrigUnitDie.find(dwarf::DW_AT_macros))) { in cloneAndEmitDebugMacro()909 dwarf::toSectionOffset(OrigUnitDie.find(dwarf::DW_AT_macro_info))) { in cloneAndEmitDebugMacro()
2157 dwarf::toSectionOffset(OrigUnitDie.find(dwarf::DW_AT_macros))) { in rememberUnitForMacroOffset()2163 dwarf::toSectionOffset(OrigUnitDie.find(dwarf::DW_AT_macro_info))) { in rememberUnitForMacroOffset()2175 auto StmtList = dwarf::toSectionOffset(CUDie.find(dwarf::DW_AT_stmt_list)); in generateLineTableForUnit()