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()
165 IRMemoryMap::AllocationMap::iterator
166 IRMemoryMap::FindAllocation(lldb::addr_t addr, size_t size) { in FindAllocation()
184 bool IRMemoryMap::IntersectsAllocation(lldb::addr_t addr, size_t size) const { in IntersectsAllocation()
213 bool IRMemoryMap::AllocationsIntersect(lldb::addr_t addr1, size_t size1, in AllocationsIntersect()
228 lldb::ByteOrder IRMemoryMap::GetByteOrder() { in GetByteOrder()
242 uint32_t IRMemoryMap::GetAddressByteSize() { in GetAddressByteSize()
256 ExecutionContextScope *IRMemoryMap::GetBestExecutionContextScope() const { in GetBestExecutionContextScope()
270 IRMemoryMap::Allocation::Allocation(lldb::addr_t process_alloc, in Allocation()
289 lldb::addr_t IRMemoryMap::Malloc(size_t size, uint8_t alignment, in Malloc()
430 void IRMemoryMap::Leak(lldb::addr_t process_address, Status &error) { in Leak()
446 void IRMemoryMap::Free(lldb::addr_t process_address, Status &error) { in Free()
490 bool IRMemoryMap::GetAllocSize(lldb::addr_t address, size_t &size) { in GetAllocSize()
512 void IRMemoryMap::WriteMemory(lldb::addr_t process_address, in WriteMemory()
587 void IRMemoryMap::WriteScalarToMemory(lldb::addr_t process_address, in WriteScalarToMemory()
612 void IRMemoryMap::WritePointerToMemory(lldb::addr_t process_address, in WritePointerToMemory()
621 void IRMemoryMap::ReadMemory(uint8_t *bytes, lldb::addr_t process_address, in ReadMemory()
716 void IRMemoryMap::ReadScalarFromMemory(Scalar &scalar, in ReadScalarFromMemory()
758 void IRMemoryMap::ReadPointerFromMemory(lldb::addr_t *address, in ReadPointerFromMemory()
773 void IRMemoryMap::GetMemoryData(DataExtractor &extractor, in GetMemoryData()