Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h399 toSectionOffset(const std::optional<DWARFFormValue> &V) { in toSectionOffset() function
411 inline uint64_t toSectionOffset(const std::optional<DWARFFormValue> &V, in toSectionOffset() function
413 return toSectionOffset(V).value_or(Default); in toSectionOffset()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp521 AddrOffsetSectionBase = toSectionOffset(UnitDie.find(DW_AT_addr_base)); in tryExtractDIEsIfNeeded()
524 toSectionOffset(UnitDie.find(DW_AT_GNU_addr_base)); in tryExtractDIEsIfNeeded()
525 RangeSectionBase = toSectionOffset(UnitDie.find(DW_AT_rnglists_base), 0); in tryExtractDIEsIfNeeded()
526 LocSectionBase = toSectionOffset(UnitDie.find(DW_AT_loclists_base), 0); in tryExtractDIEsIfNeeded()
566 toSectionOffset(UnitDie.find(DW_AT_rnglists_base), in tryExtractDIEsIfNeeded()
1161 auto OptOffset = toSectionOffset(getUnitDIE().find(DW_AT_str_offsets_base)); in determineStringOffsetsTableContribution()
H A DDWARFDebugMacro.cpp121 if (auto MacroOffset = toSectionOffset(CUDIE.find(DW_AT_macros))) in parseImpl()
H A DDWARFVerifier.cpp939 auto StmtSectionOffset = toSectionOffset(Die.find(DW_AT_stmt_list)); in verifyDebugLineStmtOffsets()
1003 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()
1023 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()
1047 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()
1064 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()
H A DDWARFDie.cpp338 return toSectionOffset(find({DW_AT_rnglists_base, DW_AT_GNU_ranges_base})); in getRangesBaseAttribute()
342 return toSectionOffset(find(DW_AT_loclists_base)); in getLocBaseAttribute()
H A DDWARFContext.cpp407 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in getLineTableForUnit()
436 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in clearLineTableForUnit()
H A DDWARFDebugLine.cpp1524 if (auto StmtOffset = toSectionOffset(CUDIE.find(DW_AT_stmt_list))) in buildLineToUnitMap()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp903 dwarf::toSectionOffset(OrigUnitDie.find(dwarf::DW_AT_macros))) { in cloneAndEmitDebugMacro()
912 dwarf::toSectionOffset(OrigUnitDie.find(dwarf::DW_AT_macro_info))) { in cloneAndEmitDebugMacro()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2114 dwarf::toSectionOffset(OrigUnitDie.find(dwarf::DW_AT_macros))) { in rememberUnitForMacroOffset()
2120 dwarf::toSectionOffset(OrigUnitDie.find(dwarf::DW_AT_macro_info))) { in rememberUnitForMacroOffset()
2132 auto StmtList = dwarf::toSectionOffset(CUDie.find(dwarf::DW_AT_stmt_list)); in generateLineTableForUnit()