Lines Matching refs:IRMemoryMap
70 void MakeAllocation(IRMemoryMap &map, Status &err) { in MakeAllocation()
82 IRMemoryMap::eAllocationPolicyMirror, zero_memory, allocate_error); in MakeAllocation()
131 void DestroyAllocation(IRMemoryMap &map, Status &err) { in DestroyAllocation()
149 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
200 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
346 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
406 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe()
439 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
561 IRMemoryMap::eAllocationPolicyMirror, zero_memory, alloc_error); in Materialize()
601 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
682 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
744 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override { in Wipe()
922 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
959 IRMemoryMap::eAllocationPolicyMirror, zero_memory, alloc_error); in Materialize()
982 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
1095 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
1158 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override { in Wipe()
1200 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
1248 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
1265 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
1296 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe()
1319 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
1381 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
1439 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
1470 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe()
1494 Materializer::Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()