Searched refs:getAsAddress (Results 1 – 6 of 6) sorted by relevance
121 LLVM_ABI std::optional<uint64_t> getAsAddress() const;376 return V->getAsAddress(); in toAddress()
203 if (std::optional<uint64_t> Value = FormValue.getAsAddress()) { in processOneAttribute()208 CurrentLowPC = *FormValue.getAsAddress(); in processOneAttribute()232 if (std::optional<uint64_t> Address = FormValue.getAsAddress()) in processOneAttribute()
158 (FormValue.getAsAddress() == in dumpAttribute()360 if (auto Address = FormValue->getAsAddress()) { in getHighPC()
634 std::optional<uint64_t> DWARFFormValue::getAsAddress() const { in getAsAddress() function in DWARFFormValue
1373 std::optional<uint64_t> Addr = AddrAttribute->getAsAddress(); in cloneAddressAttribute()