Lines Matching refs:exe_scope
796 ExecutionContextScope *exe_scope = map.GetBestExecutionContextScope(); in Materialize() local
798 llvm::Optional<uint64_t> byte_size = m_type.GetByteSize(exe_scope); in Materialize()
843 ExecutionContextScope *exe_scope = map.GetBestExecutionContextScope(); in Dematerialize() local
845 if (!exe_scope) { in Dematerialize()
863 lldb::TargetSP target_sp = exe_scope->CalculateTarget(); in Dematerialize()
899 exe_scope, name, m_type, map.GetByteOrder(), map.GetAddressByteSize()); in Dematerialize()
920 ret->m_live_sp = ValueObjectConstResult::Create(exe_scope, m_type, name, in Dematerialize()
1072 ExecutionContextScope *exe_scope = map.GetBestExecutionContextScope(); in Materialize() local
1076 if (exe_scope) in Materialize()
1352 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local
1354 if (!exe_scope) in Materialize()
1355 exe_scope = map.GetBestExecutionContextScope(); in Materialize()
1367 if (!exe_scope) { in Materialize()
1403 ExecutionContextScope *exe_scope = m_map->GetBestExecutionContextScope(); in Dematerialize() local
1410 if (!exe_scope) { in Dematerialize()