Searched refs:getCFAValue (Results 1 – 6 of 6) sorted by relevance
171 std::make_pair(Row.getCFAValue(), Row.getRegisterLocations())); in parseRows()179 Row.getCFAValue() = States.back().first; in parseRows()328 if (Row.getCFAValue().getLocation() != UnwindLocation::RegPlusOffset) in parseRows()329 Row.getCFAValue() = in parseRows()332 Row.getCFAValue().setRegister(*RegNum); in parseRows()341 if (Row.getCFAValue().getLocation() != UnwindLocation::RegPlusOffset) { in parseRows()347 Row.getCFAValue().setOffset(*Offset); in parseRows()359 Row.getCFAValue() = in parseRows()376 Row.getCFAValue() = UnwindLocation::createIsRegisterPlusOffset( in parseRows()382 Row.getCFAValue() = in parseRows()
115 Directive.getOffset() - Row.getCFAValue().getOffset()); in convert()122 Directive.getOffset() + Row.getCFAValue().getOffset()); in convert()
48 auto CFALocation = UnwindRow.getCFAValue(); in getCFARegOffsetInfo()
263 UnwindLocation &getCFAValue() { return CFAValue; } in getCFAValue() function264 const UnwindLocation &getCFAValue() const { return CFAValue; } in getCFAValue() function
161 printUnwindLocation(Row.getCFAValue(), OS, DumpOpts); in printUnwindRow()
67 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in createUnwindTable()84 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in createUnwindTable()