Lines Matching refs:IRMemoryMap

74   void MakeAllocation(IRMemoryMap &map, Status &err) {  in MakeAllocation()
86 IRMemoryMap::eAllocationPolicyMirror, zero_memory, allocate_error); in MakeAllocation()
135 void DestroyAllocation(IRMemoryMap &map, Status &err) { in DestroyAllocation()
153 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
203 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
348 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
406 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe()
437 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
559 IRMemoryMap::eAllocationPolicyMirror, zero_memory, alloc_error); in Materialize()
600 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
681 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
743 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override { in Wipe()
785 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()
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()
1103 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
1119 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
1150 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe()
1173 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
1234 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
1292 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
1323 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe()
1350 Materializer::Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()