Home
last modified time | relevance | path

Searched refs:AddrRange (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Target/
DMemory.cpp60 AddrRange flush_range(addr, size); in Flush()
66 AddrRange chunk_range(pos->first, pos->second->GetByteSize()); in Flush()
138 AddrRange read_range(addr, dst_len); in Read()
143 AddrRange chunk_range(pos->first, pos->second->GetByteSize()); in Read()
/external/llvm-project/lldb/include/lldb/Expression/
DIRExecutionUnit.h176 typedef std::pair<lldb::addr_t, uintptr_t> AddrRange; typedef
187 AddrRange GetRemoteRangeForLocal(lldb::addr_t local_address);
/external/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp422 AddrRange func_range = in GetRunnableInfo()
1094 IRExecutionUnit::AddrRange
1100 return AddrRange(0, 0); in GetRemoteRangeForLocal()
1102 return AddrRange(record.m_process_address, record.m_size); in GetRemoteRangeForLocal()
1106 return AddrRange(0, 0); in GetRemoteRangeForLocal()
/external/llvm-project/lldb/include/lldb/Target/
DMemory.h49 typedef Range<lldb::addr_t, lldb::addr_t> AddrRange; typedef