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()
817 IRMemoryMap::eAllocationPolicyMirror, zero_memory, alloc_error); in Materialize()
840 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
953 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
1016 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override { in Wipe()
1058 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
1106 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
1123 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
1154 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe()
1177 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
1239 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
1297 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
1328 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe()
1352 Materializer::Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()