Searched refs:toReference (Results 1 – 2 of 2) sorted by relevance
196 inline Optional<uint64_t> toReference(const Optional<DWARFFormValue> &V) { in toReference() function208 inline uint64_t toReference(const Optional<DWARFFormValue> &V, in toReference() function210 return toReference(V).getValueOr(Default); in toReference()
441 if (auto SpecRef = toReference(V)) { in getAttributeValueAsReferencedDie()