Lines Matching refs:IRMemoryMap
60 void MakeAllocation(IRMemoryMap &map, Status &err) { in MakeAllocation()
72 IRMemoryMap::eAllocationPolicyMirror, zero_memory, allocate_error); in MakeAllocation()
121 void DestroyAllocation(IRMemoryMap &map, Status &err) { in DestroyAllocation()
139 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
190 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
335 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
394 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe()
426 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
553 IRMemoryMap::eAllocationPolicyMirror, zero_memory, alloc_error); in Materialize()
594 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
676 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
738 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override { in Wipe()
780 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
815 IRMemoryMap::eAllocationPolicyMirror, zero_memory, alloc_error); in Materialize()
838 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
951 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
1014 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override { in Wipe()
1056 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
1104 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
1121 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
1152 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe()
1175 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
1237 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
1295 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
1326 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe()
1350 Materializer::Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()