Lines Matching defs:Row

25 bool UnwindPlan::Row::AbstractRegisterLocation::operator==(
26 const UnwindPlan::Row::AbstractRegisterLocation &rhs) const {
58 void UnwindPlan::Row::AbstractRegisterLocation::SetAtDWARFExpression(
67 void UnwindPlan::Row::AbstractRegisterLocation::SetIsDWARFExpression(
95 void UnwindPlan::Row::AbstractRegisterLocation::Dump(
96 Stream &s, const UnwindPlan *unwind_plan, const UnwindPlan::Row *row,
171 bool UnwindPlan::Row::FAValue::
172 operator==(const UnwindPlan::Row::FAValue &rhs) const {
197 void UnwindPlan::Row::FAValue::Dump(Stream &s, const UnwindPlan *unwind_plan,
224 void UnwindPlan::Row::Clear() {
232 void UnwindPlan::Row::Dump(Stream &s, const UnwindPlan *unwind_plan,
256 UnwindPlan::Row::Row() : m_cfa_value(), m_afa_value(), m_register_locations() {}
258 bool UnwindPlan::Row::GetRegisterInfo(
260 UnwindPlan::Row::AbstractRegisterLocation &register_location) const {
273 void UnwindPlan::Row::RemoveRegisterInfo(uint32_t reg_num) {
280 void UnwindPlan::Row::SetRegisterInfo(
282 const UnwindPlan::Row::AbstractRegisterLocation register_location) {
286 bool UnwindPlan::Row::SetRegisterLocationToAtCFAPlusOffset(uint32_t reg_num,
298 bool UnwindPlan::Row::SetRegisterLocationToIsCFAPlusOffset(uint32_t reg_num,
310 bool UnwindPlan::Row::SetRegisterLocationToUndefined(
327 bool UnwindPlan::Row::SetRegisterLocationToUnspecified(uint32_t reg_num,
338 bool UnwindPlan::Row::SetRegisterLocationToRegister(uint32_t reg_num,
350 bool UnwindPlan::Row::SetRegisterLocationToSame(uint32_t reg_num,
361 bool UnwindPlan::Row::SetRegisterLocationToIsDWARFExpression(
372 bool UnwindPlan::Row::SetRegisterLocationToIsConstant(uint32_t reg_num,
384 bool UnwindPlan::Row::operator==(const UnwindPlan::Row &rhs) const {
486 // If the 0th Row of unwind instructions is missing, or if it doesn't provide
491 Row::FAValue::unspecified) {