Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h323 toSectionOffset(const std::optional<DWARFFormValue> &V) { in toSectionOffset() function
335 inline uint64_t toSectionOffset(const std::optional<DWARFFormValue> &V, in toSectionOffset() function
337 return toSectionOffset(V).value_or(Default); in toSectionOffset()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp509 AddrOffsetSectionBase = toSectionOffset(UnitDie.find(DW_AT_addr_base)); in tryExtractDIEsIfNeeded()
512 toSectionOffset(UnitDie.find(DW_AT_GNU_addr_base)); in tryExtractDIEsIfNeeded()
513 RangeSectionBase = toSectionOffset(UnitDie.find(DW_AT_rnglists_base), 0); in tryExtractDIEsIfNeeded()
514 LocSectionBase = toSectionOffset(UnitDie.find(DW_AT_loclists_base), 0); in tryExtractDIEsIfNeeded()
554 toSectionOffset(UnitDie.find(DW_AT_rnglists_base), in tryExtractDIEsIfNeeded()
1141 auto OptOffset = toSectionOffset(getUnitDIE().find(DW_AT_str_offsets_base)); in determineStringOffsetsTableContribution()
H A DDWARFVerifier.cpp824 auto StmtSectionOffset = toSectionOffset(Die.find(DW_AT_stmt_list)); in verifyDebugLineStmtOffsets()
879 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()
898 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()
915 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()
932 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()
H A DDWARFDebugMacro.cpp121 if (auto MacroOffset = toSectionOffset(CUDIE.find(DW_AT_macros))) in parseImpl()
H A DDWARFDie.cpp336 return toSectionOffset(find({DW_AT_rnglists_base, DW_AT_GNU_ranges_base})); in getRangesBaseAttribute()
340 return toSectionOffset(find(DW_AT_loclists_base)); in getLocBaseAttribute()
H A DDWARFContext.cpp1055 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in getLineTableForUnit()
1083 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in clearLineTableForUnit()
H A DDWARFDebugLine.cpp1451 if (auto StmtOffset = toSectionOffset(CUDIE.find(DW_AT_stmt_list))) in buildLineToUnitMap()
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp352 dwarf::toSectionOffset(CUDIE.find(dwarf::DW_AT_stmt_list))) { in dumpDebugLines()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1772 auto StmtList = dwarf::toSectionOffset(CUDie.find(dwarf::DW_AT_stmt_list)); in patchLineTableForUnit()
1906 dwarf::toSectionOffset(OrigUnitDie.find(dwarf::DW_AT_macros))) { in rememberUnitForMacroOffset()
1912 dwarf::toSectionOffset(OrigUnitDie.find(dwarf::DW_AT_macro_info))) { in rememberUnitForMacroOffset()