Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp61 AddrRange flush_range(addr, size); in Flush()
67 AddrRange chunk_range(pos->first, pos->second->GetByteSize()); in Flush()
176 AddrRange read_range(addr, dst_len); in Read()
181 AddrRange chunk_range(pos->first, pos->second->GetByteSize()); in Read()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h176 typedef std::pair<lldb::addr_t, uintptr_t> AddrRange; typedef
187 AddrRange GetRemoteRangeForLocal(lldb::addr_t local_address);
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp450 AddrRange func_range = in GetRunnableInfo()
1023 IRExecutionUnit::AddrRange
1029 return AddrRange(0, 0); in GetRemoteRangeForLocal()
1031 return AddrRange(record.m_process_address, record.m_size); in GetRemoteRangeForLocal()
1035 return AddrRange(0, 0); in GetRemoteRangeForLocal()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h49 typedef Range<lldb::addr_t, lldb::addr_t> AddrRange; typedef