Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DMemory.cpp63 AddrRange flush_range(addr, size); in Flush()
69 AddrRange chunk_range(pos->first, pos->second->GetByteSize()); in Flush()
141 AddrRange read_range(addr, dst_len); in Read()
146 AddrRange chunk_range(pos->first, pos->second->GetByteSize()); in Read()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h204 typedef std::pair<lldb::addr_t, uintptr_t> AddrRange; typedef
205 AddrRange GetRemoteRangeForLocal(lldb::addr_t local_address);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp435 AddrRange func_range = in GetRunnableInfo()
1062 IRExecutionUnit::AddrRange
1068 return AddrRange(0, 0); in GetRemoteRangeForLocal()
1070 return AddrRange(record.m_process_address, record.m_size); in GetRemoteRangeForLocal()
1074 return AddrRange(0, 0); in GetRemoteRangeForLocal()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DMemory.h56 typedef Range<lldb::addr_t, lldb::addr_t> AddrRange; typedef