Searched refs:toSectionOffset (Results 1 – 9 of 9) sorted by relevance
294 inline Optional<uint64_t> toSectionOffset(const Optional<DWARFFormValue> &V) { in toSectionOffset() function306 inline uint64_t toSectionOffset(const Optional<DWARFFormValue> &V, in toSectionOffset() function308 return toSectionOffset(V).getValueOr(Default); in toSectionOffset()
436 AddrOffsetSectionBase = toSectionOffset(UnitDie.find(DW_AT_addr_base)); in tryExtractDIEsIfNeeded()439 toSectionOffset(UnitDie.find(DW_AT_GNU_addr_base)); in tryExtractDIEsIfNeeded()440 RangeSectionBase = toSectionOffset(UnitDie.find(DW_AT_rnglists_base), 0); in tryExtractDIEsIfNeeded()441 LocSectionBase = toSectionOffset(UnitDie.find(DW_AT_loclists_base), 0); in tryExtractDIEsIfNeeded()481 toSectionOffset(UnitDie.find(DW_AT_rnglists_base), in tryExtractDIEsIfNeeded()893 auto OptOffset = toSectionOffset(getUnitDIE().find(DW_AT_str_offsets_base)); in determineStringOffsetsTableContribution()
723 auto StmtSectionOffset = toSectionOffset(Die.find(DW_AT_stmt_list)); in verifyDebugLineStmtOffsets()778 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()797 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()814 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()831 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()
118 if (auto MacroOffset = toSectionOffset(CUDIE.find(DW_AT_macros))) in parseImpl()
420 return toSectionOffset(find({DW_AT_rnglists_base, DW_AT_GNU_ranges_base})); in getRangesBaseAttribute()424 return toSectionOffset(find(DW_AT_loclists_base)); in getLocBaseAttribute()
1426 if (auto StmtOffset = toSectionOffset(CUDIE.find(DW_AT_stmt_list))) in buildLineToUnitMap()
948 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in getLineTableForUnit()
350 dwarf::toSectionOffset(CUDIE.find(dwarf::DW_AT_stmt_list))) { in dumpDebugLines()
1644 auto StmtList = dwarf::toSectionOffset(CUDie.find(dwarf::DW_AT_stmt_list)); in patchLineTableForUnit()