Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
139 AddrRange read_range(addr, dst_len); in Read()
144 AddrRange chunk_range(pos->first, pos->second->GetByteSize()); in Read()
/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp449 AddrRange func_range = in GetRunnableInfo()
1022 IRExecutionUnit::AddrRange
1028 return AddrRange(0, 0); in GetRemoteRangeForLocal()
1030 return AddrRange(record.m_process_address, record.m_size); in GetRemoteRangeForLocal()
1034 return AddrRange(0, 0); in GetRemoteRangeForLocal()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DMemory.h49 typedef Range<lldb::addr_t, lldb::addr_t> AddrRange; typedef