Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h256 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/
DDWARFDebugInfoTest.cpp376 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/
DDWARFUnit.cpp281 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()
DDWARFVerifier.cpp548 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()
DDWARFDebugLine.cpp1054 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()
DDWARFDie.cpp360 return toSectionOffset(find({DW_AT_rnglists_base, DW_AT_GNU_ranges_base})); in getRangesBaseAttribute()
DDWARFContext.cpp826 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in getLineTableForUnit()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp246 dwarf::toSectionOffset(CUDIE.find(dwarf::DW_AT_stmt_list))) { in dumpDebugLines()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp1682 auto StmtList = dwarf::toSectionOffset(CUDie.find(dwarf::DW_AT_stmt_list)); in patchLineTableForUnit()