Lines Matching defs:target_sp
23 IRMemoryMap::IRMemoryMap(lldb::TargetSP target_sp) : m_target_wp(target_sp) {
24 if (target_sp)
25 m_process_wp = target_sp->GetProcessSP();
59 lldb::TargetSP target_sp = m_target_wp.lock();
158 uint64_t alloc_address = target_sp->GetExprAllocAddress();
189 uint64_t align = target_sp->GetExprAllocAlign();
267 lldb::TargetSP target_sp = m_target_wp.lock();
269 if (target_sp)
270 return target_sp->GetArchitecture().GetByteOrder();
281 lldb::TargetSP target_sp = m_target_wp.lock();
283 if (target_sp)
284 return target_sp->GetArchitecture().GetAddressByteSize();
295 lldb::TargetSP target_sp = m_target_wp.lock();
297 if (target_sp)
298 return target_sp.get();
660 lldb::TargetSP target_sp = m_target_wp.lock();
662 if (target_sp) {
664 target_sp->ReadMemory(absolute_address, bytes, size, error, true);