Searched refs:getAsAddress (Results 1 – 6 of 6) sorted by relevance
116 std::optional<uint64_t> getAsAddress() const;295 return V->getAsAddress(); in toAddress()
401 if (std::optional<uint64_t> Value = FormValue.getAsAddress()) { in processOneAttribute()406 CurrentLowPC = *FormValue.getAsAddress(); in processOneAttribute()427 if (std::optional<uint64_t> Address = FormValue.getAsAddress()) in processOneAttribute()
156 (FormValue.getAsAddress() == in dumpAttribute()348 if (auto Address = FormValue->getAsAddress()) { in getHighPC()
669 std::optional<uint64_t> DWARFFormValue::getAsAddress() const { in getAsAddress() function in DWARFFormValue
258 if (auto Val = FormValue->getAsAddress()) in dumpDebugInfo()
1186 Addr = *Val.getAsAddress(); in cloneAddressAttribute()