Lines Matching defs:thread

61                                                     Thread &thread) {
66 if (UnwindPlanSP plan_sp = GetSymbolFileUnwindPlan(thread))
199 UnwindPlanSP FuncUnwinders::GetSymbolFileUnwindPlan(Thread &thread) {
208 RegisterContextToInfo(*thread.GetRegisterContext()));
215 Thread &thread) {
236 m_range, thread, *m_unwind_plan_object_file_augmented_sp)) {
246 Thread &thread) {
277 m_range, thread, *m_unwind_plan_eh_frame_augmented_sp)) {
287 Thread &thread) {
319 m_range, thread, *m_unwind_plan_debug_frame_augmented_sp)) {
328 Thread &thread) {
352 range, thread, *m_unwind_plan_assembly_sp)) {
363 Thread &thread, const UnwindPlanSP &a, const UnwindPlanSP &b) {
366 RegisterNumber pc_reg(thread, eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC);
394 Thread &thread) {
401 GetUnwindPlanArchitectureDefaultAtFunctionEntry(thread);
402 UnwindPlanSP arch_default_sp = GetUnwindPlanArchitectureDefault(thread);
403 UnwindPlanSP assembly_sp = GetAssemblyUnwindPlan(target, thread);
424 thread, eh_frame_sp, arch_default_at_entry_sp) == eLazyBoolNo &&
426 thread, eh_frame_sp, arch_default_sp) == eLazyBoolNo &&
428 thread, assembly_sp, arch_default_sp) == eLazyBoolNo) {
432 if (UnwindPlanSP plan_sp = GetSymbolFileUnwindPlan(thread))
434 if (UnwindPlanSP plan_sp = GetDebugFrameAugmentedUnwindPlan(target, thread))
436 if (UnwindPlanSP plan_sp = GetEHFrameAugmentedUnwindPlan(target, thread))
438 if (UnwindPlanSP plan_sp = GetObjectFileAugmentedUnwindPlan(target, thread))
445 Thread &thread) {
456 if (!assembly_profiler_sp->GetFastUnwindPlan(m_range, thread,
464 UnwindPlanSP FuncUnwinders::GetUnwindPlanArchitectureDefault(Thread &thread) {
472 ProcessSP process_sp(thread.CalculateProcess());
488 FuncUnwinders::GetUnwindPlanArchitectureDefaultAtFunctionEntry(Thread &thread) {
497 ProcessSP process_sp(thread.CalculateProcess());