Searched refs:getCFAValue (Results 1 – 2 of 2) sorted by relevance
229 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in create()246 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in create()602 std::make_pair(Row.getCFAValue(), Row.getRegisterLocations())); in parseRows()610 Row.getCFAValue() = States.back().first; in parseRows()735 if (Row.getCFAValue().getLocation() != UnwindLocation::RegPlusOffset) in parseRows()736 Row.getCFAValue() = in parseRows()739 Row.getCFAValue().setRegister(*RegNum); in parseRows()754 Row.getCFAValue().setOffset(*Offset); in parseRows()766 Row.getCFAValue() = in parseRows()783 Row.getCFAValue() = UnwindLocation::createIsRegisterPlusOffset( in parseRows()[all …]
287 UnwindLocation &getCFAValue() { return CFAValue; } in getCFAValue() function288 const UnwindLocation &getCFAValue() const { return CFAValue; } in getCFAValue() function