Searched refs:getAsSectionedAddress (Results 1 – 2 of 2) sorted by relevance
77 getAsSectionedAddress(const ValueType &Val, const dwarf::Form Form,118 std::optional<object::SectionedAddress> getAsSectionedAddress() const;378 return V->getAsSectionedAddress(); in toSectionedAddress()
404 std::optional<object::SectionedAddress> A = getAsSectionedAddress(); in dump()635 if (auto SA = getAsSectionedAddress()) in getAsAddress()640 std::optional<object::SectionedAddress> DWARFFormValue::getAsSectionedAddress( in getAsSectionedAddress() function in DWARFFormValue664 DWARFFormValue::getAsSectionedAddress() const { in getAsSectionedAddress() function in DWARFFormValue665 return getAsSectionedAddress(Value, Form, U); in getAsSectionedAddress()