Searched refs:AddrAttribute (Results 1 – 2 of 2) sorted by relevance
606 std::optional<DWARFFormValue> AddrAttribute = in cloneAddressAttr() local608 if (!AddrAttribute) in cloneAddressAttr()611 std::optional<uint64_t> Addr = AddrAttribute->getAsAddress(); in cloneAddressAttr()
1369 std::optional<DWARFFormValue> AddrAttribute = InputDIE.find(AttrSpec.Attr); in cloneAddressAttribute() local1370 if (!AddrAttribute) in cloneAddressAttribute()1373 std::optional<uint64_t> Addr = AddrAttribute->getAsAddress(); in cloneAddressAttribute()