Lines Matching refs:IRMemoryMap
23 IRMemoryMap::IRMemoryMap(lldb::TargetSP target_sp) : m_target_wp(target_sp) { in IRMemoryMap() function in IRMemoryMap
28 IRMemoryMap::~IRMemoryMap() { in ~IRMemoryMap()
46 lldb::addr_t IRMemoryMap::FindSpace(size_t size) { in FindSpace()
190 IRMemoryMap::AllocationMap::iterator
191 IRMemoryMap::FindAllocation(lldb::addr_t addr, size_t size) { in FindAllocation()
209 bool IRMemoryMap::IntersectsAllocation(lldb::addr_t addr, size_t size) const { in IntersectsAllocation()
238 bool IRMemoryMap::AllocationsIntersect(lldb::addr_t addr1, size_t size1, in AllocationsIntersect()
253 lldb::ByteOrder IRMemoryMap::GetByteOrder() { in GetByteOrder()
267 uint32_t IRMemoryMap::GetAddressByteSize() { in GetAddressByteSize()
281 ExecutionContextScope *IRMemoryMap::GetBestExecutionContextScope() const { in GetBestExecutionContextScope()
295 IRMemoryMap::Allocation::Allocation(lldb::addr_t process_alloc, in Allocation()
314 lldb::addr_t IRMemoryMap::Malloc(size_t size, uint8_t alignment, in Malloc()
455 void IRMemoryMap::Leak(lldb::addr_t process_address, Status &error) { in Leak()
471 void IRMemoryMap::Free(lldb::addr_t process_address, Status &error) { in Free()
515 bool IRMemoryMap::GetAllocSize(lldb::addr_t address, size_t &size) { in GetAllocSize()
537 void IRMemoryMap::WriteMemory(lldb::addr_t process_address, in WriteMemory()
612 void IRMemoryMap::WriteScalarToMemory(lldb::addr_t process_address, in WriteScalarToMemory()
637 void IRMemoryMap::WritePointerToMemory(lldb::addr_t process_address, in WritePointerToMemory()
646 void IRMemoryMap::ReadMemory(uint8_t *bytes, lldb::addr_t process_address, in ReadMemory()
741 void IRMemoryMap::ReadScalarFromMemory(Scalar &scalar, in ReadScalarFromMemory()
783 void IRMemoryMap::ReadPointerFromMemory(lldb::addr_t *address, in ReadPointerFromMemory()
798 void IRMemoryMap::GetMemoryData(DataExtractor &extractor, in GetMemoryData()