Searched refs:toReference (Results 1 – 2 of 2) sorted by relevance
740 toReference(CU1Ref1DieDG.find(DW_AT_type), -1ULL));747 toReference(CU1Ref2DieDG.find(DW_AT_type), -1ULL));755 toReference(CU1Ref4DieDG.find(DW_AT_type), -1ULL));763 toReference(CU1Ref8DieDG.find(DW_AT_type), -1ULL));1643 EXPECT_FALSE(toReference(FormValOpt1).has_value());1662 EXPECT_FALSE(toReference(FormValOpt2).has_value());1681 EXPECT_FALSE(toReference(FormValOpt3).has_value());1700 EXPECT_TRUE(toReference(FormValOpt4).has_value());1707 EXPECT_EQ(RefData, toReference(FormValOpt4, InvalidU64));1719 EXPECT_FALSE(toReference(FormValOpt5).has_value());[all …]
247 inline Optional<uint64_t> toReference(const Optional<DWARFFormValue> &V) { in toReference() function259 inline uint64_t toReference(const Optional<DWARFFormValue> &V, in toReference() function261 return toReference(V).value_or(Default); in toReference()