Searched defs:UnwindErrorData (Results 1 – 1 of 1) sorted by relevance
25 struct UnwindErrorData { struct26 inline const uint16_t& GetCode() { return code_; } in GetCode()27 inline const uint64_t& GetAddr() { return addr_; } in GetAddr()30 inline void SetAddrAndCode(T1 addr, T2 code) in SetAddrAndCode()39 inline void SetCode(T code) in SetCode()47 inline void SetAddr(T addr) in SetAddr()55 uint64_t addr_ = 0;