Searched refs:CFAValue (Results 1 – 2 of 2) sorted by relevance
259 UnwindLocation CFAValue; ///< How to unwind the Call Frame Address (CFA). variable263 UnwindRow() : CFAValue(UnwindLocation::createUnspecified()) {} in UnwindRow()287 UnwindLocation &getCFAValue() { return CFAValue; } in getCFAValue()288 const UnwindLocation &getCFAValue() const { return CFAValue; } in getCFAValue()
178 CFAValue.dump(OS, DumpOpts); in dump()