Searched refs:CFAValue (Results 1 – 1 of 1) sorted by relevance
235 UnwindLocation CFAValue; ///< How to unwind the Call Frame Address (CFA). variable239 UnwindRow() : CFAValue(UnwindLocation::createUnspecified()) {} in UnwindRow()263 UnwindLocation &getCFAValue() { return CFAValue; } in getCFAValue()264 const UnwindLocation &getCFAValue() const { return CFAValue; } in getCFAValue()