Lines Matching refs:exe_scope
140 ExecutionContextScope *exe_scope, in DumpInstructions() argument
147 if (exe_scope) in DumpInstructions()
148 target_sp = exe_scope->CalculateTarget(); in DumpInstructions()
175 exe_scope->CalculateExecutionContext(exe_ctx); in DumpInstructions()
262 ExecutionContextScope *exe_scope) { in GetMemoryTags() argument
265 if (!exe_scope) in GetMemoryTags()
268 TargetSP target_sp = exe_scope->CalculateTarget(); in GetMemoryTags()
347 ExecutionContextScope *exe_scope, bool show_memory_tags) { in DumpDataExtractor() argument
361 GetMemoryTags(base_addr, DE.GetByteSize() - offset, exe_scope); in DumpDataExtractor()
364 return DumpInstructions(DE, s, exe_scope, start_offset, base_addr, in DumpDataExtractor()
649 if (exe_scope) in DumpDataExtractor()
650 target_sp = exe_scope->CalculateTarget(); in DumpDataExtractor()
728 if (exe_scope) { in DumpDataExtractor()
729 TargetSP target_sp(exe_scope->CalculateTarget()); in DumpDataExtractor()
735 so_addr.Dump(s, exe_scope, Address::DumpStyleResolvedDescription, in DumpDataExtractor()
739 so_addr.Dump(s, exe_scope, in DumpDataExtractor()
741 if (ProcessSP process_sp = exe_scope->CalculateProcess()) { in DumpDataExtractor()
750 so_addr.Dump(s, exe_scope, in DumpDataExtractor()