Searched refs:toSectionOffset (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 256 inline Optional<uint64_t> toSectionOffset(const Optional<DWARFFormValue> &V) { in toSectionOffset() function 268 inline uint64_t toSectionOffset(const Optional<DWARFFormValue> &V, in toSectionOffset() function 270 return toSectionOffset(V).getValueOr(Default); in toSectionOffset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugInfoTest.cpp | 376 toSectionOffset(DieDG.find(Attr_DW_FORM_sec_offset), 0)); in TestAllForms() 1463 EXPECT_FALSE(toSectionOffset(FormValOpt).hasValue()); in TEST() 1469 EXPECT_EQ(InvalidU64, toSectionOffset(FormValOpt, InvalidU64)); in TEST() 1483 EXPECT_FALSE(toSectionOffset(FormValOpt).hasValue()); in TEST() 1489 EXPECT_EQ(InvalidU64, toSectionOffset(FormValOpt, InvalidU64)); in TEST() 1503 EXPECT_FALSE(toSectionOffset(FormValOpt).hasValue()); in TEST() 1509 EXPECT_EQ(InvalidU64, toSectionOffset(FormValOpt, InvalidU64)); in TEST() 1523 EXPECT_FALSE(toSectionOffset(FormValOpt).hasValue()); in TEST() 1529 EXPECT_EQ(InvalidU64, toSectionOffset(FormValOpt, InvalidU64)); in TEST() 1543 EXPECT_FALSE(toSectionOffset(FormValOpt).hasValue()); in TEST() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 281 toSectionOffset(UnitDie.find(DW_AT_GNU_addr_base), 0); in extractDIEsIfNeeded() 282 RangeSectionBase = toSectionOffset(UnitDie.find(DW_AT_rnglists_base), 0); in extractDIEsIfNeeded() 293 isDWO ? 0 : toSectionOffset(UnitDie.find(DW_AT_str_offsets_base), 0); in extractDIEsIfNeeded() 316 toSectionOffset(UnitDie.find(DW_AT_rnglists_base), 0)); in extractDIEsIfNeeded()
|
D | DWARFVerifier.cpp | 548 auto StmtSectionOffset = toSectionOffset(Die.find(DW_AT_stmt_list)); in verifyDebugLineStmtOffsets() 606 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows() 625 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows() 642 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows() 658 *toSectionOffset(Die.find(DW_AT_stmt_list))) in verifyDebugLineRows()
|
D | DWARFDebugLine.cpp | 1054 if (auto StmtOffset = toSectionOffset(CUDIE.find(DW_AT_stmt_list))) in buildLineToUnitMap() 1059 if (auto StmtOffset = toSectionOffset(TUDIE.find(DW_AT_stmt_list))) in buildLineToUnitMap()
|
D | DWARFDie.cpp | 360 return toSectionOffset(find({DW_AT_rnglists_base, DW_AT_GNU_ranges_base})); in getRangesBaseAttribute()
|
D | DWARFContext.cpp | 826 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in getLineTableForUnit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 246 dwarf::toSectionOffset(CUDIE.find(dwarf::DW_AT_stmt_list))) { in dumpDebugLines()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1682 auto StmtList = dwarf::toSectionOffset(CUDie.find(dwarf::DW_AT_stmt_list)); in patchLineTableForUnit()
|