Lines Matching defs:exe_scope
936 ExecutionContextScope *exe_scope = frame_sp.get();
937 if (!exe_scope)
938 exe_scope = map.GetBestExecutionContextScope();
940 std::optional<uint64_t> byte_size = m_type.GetByteSize(exe_scope);
947 std::optional<size_t> opt_bit_align = m_type.GetTypeBitAlign(exe_scope);
992 ExecutionContextScope *exe_scope = frame_sp.get();
993 if (!exe_scope)
994 exe_scope = map.GetBestExecutionContextScope();
996 if (!exe_scope) {
1016 lldb::TargetSP target_sp = exe_scope->CalculateTarget();
1059 exe_scope, name, m_type, map.GetByteOrder(), map.GetAddressByteSize());
1081 ret->m_live_sp = ValueObjectConstResult::Create(exe_scope, m_type, name,
1234 ExecutionContextScope *exe_scope = frame_sp.get();
1235 if (!exe_scope)
1236 exe_scope = map.GetBestExecutionContextScope();
1240 if (exe_scope)
1515 ExecutionContextScope *exe_scope = frame_sp.get();
1516 if (!exe_scope)
1517 exe_scope = map.GetBestExecutionContextScope();
1529 if (!exe_scope) {
1565 ExecutionContextScope *exe_scope = frame_sp.get();
1566 if (!exe_scope)
1567 exe_scope = m_map->GetBestExecutionContextScope();
1574 if (!exe_scope) {