Lines Matching refs:exe_scope

933       ExecutionContextScope *exe_scope = frame_sp.get();  in Materialize()  local
934 if (!exe_scope) in Materialize()
935 exe_scope = map.GetBestExecutionContextScope(); in Materialize()
937 llvm::Optional<uint64_t> byte_size = m_type.GetByteSize(exe_scope); in Materialize()
944 llvm::Optional<size_t> opt_bit_align = m_type.GetTypeBitAlign(exe_scope); in Materialize()
987 ExecutionContextScope *exe_scope = frame_sp.get(); in Dematerialize() local
988 if (!exe_scope) in Dematerialize()
989 exe_scope = map.GetBestExecutionContextScope(); in Dematerialize()
991 if (!exe_scope) { in Dematerialize()
1009 lldb::TargetSP target_sp = exe_scope->CalculateTarget(); in Dematerialize()
1041 exe_scope, name, m_type, map.GetByteOrder(), map.GetAddressByteSize()); in Dematerialize()
1062 ret->m_live_sp = ValueObjectConstResult::Create(exe_scope, m_type, name, in Dematerialize()
1215 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local
1216 if (!exe_scope) in Materialize()
1217 exe_scope = map.GetBestExecutionContextScope(); in Materialize()
1221 if (exe_scope) in Materialize()
1496 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local
1497 if (!exe_scope) in Materialize()
1498 exe_scope = map.GetBestExecutionContextScope(); in Materialize()
1510 if (!exe_scope) { in Materialize()
1546 ExecutionContextScope *exe_scope = frame_sp.get(); in Dematerialize() local
1547 if (!exe_scope) in Dematerialize()
1548 exe_scope = m_map->GetBestExecutionContextScope(); in Dematerialize()
1555 if (!exe_scope) { in Dematerialize()