reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
303 return toSectionOffset(V).getValueOr(Default);
lib/DebugInfo/DWARF/DWARFContext.cpp 854 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list));
lib/DebugInfo/DWARF/DWARFDebugLine.cpp1108 if (auto StmtOffset = toSectionOffset(CUDIE.find(DW_AT_stmt_list))) 1112 if (auto StmtOffset = toSectionOffset(TUDIE.find(DW_AT_stmt_list)))lib/DebugInfo/DWARF/DWARFDie.cpp
441 return toSectionOffset(find({DW_AT_rnglists_base, DW_AT_GNU_ranges_base}));
lib/DebugInfo/DWARF/DWARFUnit.cpp 864 auto OptOffset = toSectionOffset(getUnitDIE().find(DW_AT_str_offsets_base));
lib/DebugInfo/DWARF/DWARFVerifier.cpp664 auto StmtSectionOffset = toSectionOffset(Die.find(DW_AT_stmt_list)); 719 *toSectionOffset(Die.find(DW_AT_stmt_list))) 738 *toSectionOffset(Die.find(DW_AT_stmt_list))) 755 *toSectionOffset(Die.find(DW_AT_stmt_list))) 772 *toSectionOffset(Die.find(DW_AT_stmt_list)))tools/dsymutil/DwarfLinker.cpp
1813 auto StmtList = dwarf::toSectionOffset(CUDie.find(dwarf::DW_AT_stmt_list));
tools/obj2yaml/dwarf2yaml.cpp 246 dwarf::toSectionOffset(CUDIE.find(dwarf::DW_AT_stmt_list))) {
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp1569 EXPECT_FALSE(toSectionOffset(FormValOpt1).hasValue()); 1588 EXPECT_FALSE(toSectionOffset(FormValOpt2).hasValue()); 1607 EXPECT_FALSE(toSectionOffset(FormValOpt3).hasValue()); 1626 EXPECT_FALSE(toSectionOffset(FormValOpt4).hasValue()); 1645 EXPECT_FALSE(toSectionOffset(FormValOpt5).hasValue()); 1665 EXPECT_FALSE(toSectionOffset(FormValOpt6).hasValue());