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()737 if (Row.getCFAValue().getLocation() != UnwindLocation::RegPlusOffset) in parseRows()738 Row.getCFAValue() = in parseRows()741 Row.getCFAValue().setRegister(*RegNum); in parseRows()750 if (Row.getCFAValue().getLocation() != UnwindLocation::RegPlusOffset) { in parseRows()756 Row.getCFAValue().setOffset(*Offset); in parseRows()768 Row.getCFAValue() = in parseRows()[all …]
287 UnwindLocation &getCFAValue() { return CFAValue; } in getCFAValue() function288 const UnwindLocation &getCFAValue() const { return CFAValue; } in getCFAValue() function