Searched refs:CFAValue (Results 1 – 2 of 2) sorted by relevance
241 UnwindLocation CFAValue; ///< How to unwind the Call Frame Address (CFA). variable245 UnwindRow() : CFAValue(UnwindLocation::createUnspecified()) {} in UnwindRow()269 UnwindLocation &getCFAValue() { return CFAValue; } in getCFAValue()270 const UnwindLocation &getCFAValue() const { return CFAValue; } in getCFAValue()
174 CFAValue.dump(OS, MRI, IsEH); in dump()