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