Lines Matching defs:Deref
84 std::optional<uint32_t> AS, bool Deref)
85 : Kind(K), RegNum(Reg), Offset(Off), AddrSpace(AS), Dereference(Deref) {}
87 UnwindLocation(DWARFExpression E, bool Deref)
89 Dereference(Deref) {}
101 /// Create a location that is in (Deref == false) or at (Deref == true) the
104 /// unique offset from the CFA with \a Deref set to true. This value will be
110 /// Create a location where the saved value is in (Deref == false) or at
111 /// (Deref == true) a regiser plus an offset and, optionally, in the specified
116 /// spilled registers and all local variables in a function, and Deref ==