Home
last modified time | relevance | path

Searched refs:m_process_start (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRMemoryMap.cpp274 : m_process_alloc(process_alloc), m_process_start(process_start), in Allocation()
497 if (address > (al.m_process_start + al.m_size)) { in GetAllocSize()
502 if (address > al.m_process_start) { in GetAllocSize()
503 int dif = address - al.m_process_start; in GetAllocSize()
535 uint64_t offset = process_address - allocation.m_process_start; in WriteMemory()
581 (uint64_t)allocation.m_process_start, in WriteMemory()
582 (uint64_t)allocation.m_process_start + in WriteMemory()
652 uint64_t offset = process_address - allocation.m_process_start; in ReadMemory()
711 (uint64_t)allocation.m_process_start, in ReadMemory()
712 (uint64_t)allocation.m_process_start + in ReadMemory()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRMemoryMap.h96 m_process_start; ///< The base address of the allocation in the process. member