• Home
  • Raw
  • Download

Lines Matching refs:IRMemoryMap

22 IRMemoryMap::IRMemoryMap(lldb::TargetSP target_sp) : m_target_wp(target_sp) {  in IRMemoryMap()  function in IRMemoryMap
27 IRMemoryMap::~IRMemoryMap() { in ~IRMemoryMap()
45 lldb::addr_t IRMemoryMap::FindSpace(size_t size) { in FindSpace()
164 IRMemoryMap::AllocationMap::iterator
165 IRMemoryMap::FindAllocation(lldb::addr_t addr, size_t size) { in FindAllocation()
183 bool IRMemoryMap::IntersectsAllocation(lldb::addr_t addr, size_t size) const { in IntersectsAllocation()
212 bool IRMemoryMap::AllocationsIntersect(lldb::addr_t addr1, size_t size1, in AllocationsIntersect()
227 lldb::ByteOrder IRMemoryMap::GetByteOrder() { in GetByteOrder()
241 uint32_t IRMemoryMap::GetAddressByteSize() { in GetAddressByteSize()
255 ExecutionContextScope *IRMemoryMap::GetBestExecutionContextScope() const { in GetBestExecutionContextScope()
269 IRMemoryMap::Allocation::Allocation(lldb::addr_t process_alloc, in Allocation()
288 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()
491 bool IRMemoryMap::GetAllocSize(lldb::addr_t address, size_t &size) { in GetAllocSize()
513 void IRMemoryMap::WriteMemory(lldb::addr_t process_address, in WriteMemory()
589 void IRMemoryMap::WriteScalarToMemory(lldb::addr_t process_address, in WriteScalarToMemory()
615 void IRMemoryMap::WritePointerToMemory(lldb::addr_t process_address, in WritePointerToMemory()
624 void IRMemoryMap::ReadMemory(uint8_t *bytes, lldb::addr_t process_address, in ReadMemory()
720 void IRMemoryMap::ReadScalarFromMemory(Scalar &scalar, in ReadScalarFromMemory()
763 void IRMemoryMap::ReadPointerFromMemory(lldb::addr_t *address, in ReadPointerFromMemory()
780 void IRMemoryMap::GetMemoryData(DataExtractor &extractor, in GetMemoryData()