Lines Matching defs:map
71 void MakeAllocation(IRMemoryMap &map, Status &err) { in MakeAllocation()
132 void DestroyAllocation(IRMemoryMap &map, Status &err) { in DestroyAllocation()
150 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
201 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
347 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
407 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe()
440 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
602 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
683 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
745 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override { in Wipe()
923 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
983 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
1103 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
1166 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override { in Wipe()
1208 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
1256 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
1273 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
1304 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe()
1327 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
1389 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
1447 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog()
1478 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe()
1502 Materializer::Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()