Searched refs:unwind_functions (Results 1 – 3 of 3) sorted by relevance
141 std::unique_ptr<TestUnwindFunctions> unwind_functions( in CreateUnwinder() local143 unwind_functions_ = unwind_functions.get(); in CreateUnwinder()145 new Win32StackFrameUnwinder(std::move(unwind_functions))); in CreateUnwinder()
183 std::unique_ptr<UnwindFunctions> unwind_functions) in Win32StackFrameUnwinder() argument184 : at_top_frame_(true), unwind_functions_(std::move(unwind_functions)) {} in Win32StackFrameUnwinder()
88 Win32StackFrameUnwinder(std::unique_ptr<UnwindFunctions> unwind_functions);