Searched refs:getCFAValue (Results 1 – 2 of 2) sorted by relevance
223 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in create()240 Row.getCFAValue().getLocation() != UnwindLocation::Unspecified) in create()713 if (Row.getCFAValue().getLocation() != UnwindLocation::RegPlusOffset) in parseRows()714 Row.getCFAValue() = in parseRows()717 Row.getCFAValue().setRegister(*RegNum); in parseRows()726 if (Row.getCFAValue().getLocation() != UnwindLocation::RegPlusOffset) { in parseRows()732 Row.getCFAValue().setOffset(*Offset); in parseRows()744 Row.getCFAValue() = in parseRows()750 Row.getCFAValue() = in parseRows()
269 UnwindLocation &getCFAValue() { return CFAValue; } in getCFAValue() function270 const UnwindLocation &getCFAValue() const { return CFAValue; } in getCFAValue() function