Lines Matching refs:exe_scope

791       ExecutionContextScope *exe_scope = frame_sp.get();  in Materialize()  local
792 if (!exe_scope) in Materialize()
793 exe_scope = map.GetBestExecutionContextScope(); in Materialize()
795 llvm::Optional<uint64_t> byte_size = m_type.GetByteSize(exe_scope); in Materialize()
802 llvm::Optional<size_t> opt_bit_align = m_type.GetTypeBitAlign(exe_scope); in Materialize()
845 ExecutionContextScope *exe_scope = frame_sp.get(); in Dematerialize() local
846 if (!exe_scope) in Dematerialize()
847 exe_scope = map.GetBestExecutionContextScope(); in Dematerialize()
849 if (!exe_scope) { in Dematerialize()
867 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()
1073 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local
1074 if (!exe_scope) in Materialize()
1075 exe_scope = map.GetBestExecutionContextScope(); in Materialize()
1079 if (exe_scope) in Materialize()
1354 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local
1355 if (!exe_scope) in Materialize()
1356 exe_scope = map.GetBestExecutionContextScope(); in Materialize()
1368 if (!exe_scope) { in Materialize()
1405 ExecutionContextScope *exe_scope = frame_sp.get(); in Dematerialize() local
1406 if (!exe_scope) in Dematerialize()
1407 exe_scope = m_map->GetBestExecutionContextScope(); in Dematerialize()
1414 if (!exe_scope) { in Dematerialize()