Lines Matching refs:addr_t

85         lldb::addr_t mem = map.Malloc(m_persistent_variable_sp->GetByteSize(),  in MakeAllocation()
139 …map.Free((lldb::addr_t)m_persistent_variable_sp->m_live_sp->GetValue().GetScalar().ULongLong(), de… in DestroyAllocation()
149 …void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Er… in Materialize()
153 const lldb::addr_t load_addr = process_address + m_offset; in Materialize()
196 lldb::addr_t process_address, in Dematerialize()
197 lldb::addr_t frame_top, in Dematerialize()
198 lldb::addr_t frame_bottom, in Dematerialize()
203 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize()
222 lldb::addr_t location; in Dematerialize()
255 … lldb::addr_t mem = m_persistent_variable_sp->m_live_sp->GetValue().GetScalar().ULongLong(); in Dematerialize()
322 void DumpToLog (IRMemoryMap &map, lldb::addr_t process_address, Log *log) in DumpToLog()
328 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog()
356 lldb::addr_t target_address; in DumpToLog()
388 void Wipe (IRMemoryMap &map, lldb::addr_t process_address) in Wipe()
421 …void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Er… in Materialize()
425 const lldb::addr_t load_addr = process_address + m_offset; in Materialize()
451 lldb::addr_t reference_addr = valobj_extractor.GetAddress(&offset); in Materialize()
471 lldb::addr_t addr_of_valobj_addr = valobj_extractor.GetAddress(&offset); in Materialize()
544 lldb::addr_t process_address, in Dematerialize()
545 lldb::addr_t frame_top, in Dematerialize()
546 lldb::addr_t frame_bottom, in Dematerialize()
551 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize()
611 void DumpToLog (IRMemoryMap &map, lldb::addr_t process_address, Log *log) in DumpToLog()
615 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog()
620 lldb::addr_t ptr = LLDB_INVALID_ADDRESS; in DumpToLog()
683 void Wipe (IRMemoryMap &map, lldb::addr_t process_address) in Wipe()
699 lldb::addr_t m_temporary_allocation;
729 …void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Er… in Materialize()
739 const lldb::addr_t load_addr = process_address + m_offset; in Materialize()
769 lldb::addr_t process_address, in Dematerialize()
770 lldb::addr_t frame_top, in Dematerialize()
771 lldb::addr_t frame_bottom, in Dematerialize()
780 lldb::addr_t process_address, in Dematerialize()
781 lldb::addr_t frame_top, in Dematerialize()
782 lldb::addr_t frame_bottom, in Dematerialize()
795 lldb::addr_t address; in Dematerialize()
797 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize()
879 void DumpToLog (IRMemoryMap &map, lldb::addr_t process_address, Log *log) in DumpToLog()
883 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog()
889 lldb::addr_t ptr = LLDB_INVALID_ADDRESS; in DumpToLog()
952 void Wipe (IRMemoryMap &map, lldb::addr_t process_address) in Wipe()
969 lldb::addr_t m_temporary_allocation;
996 …void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Er… in Materialize()
1000 const lldb::addr_t load_addr = process_address + m_offset; in Materialize()
1024 lldb::addr_t resolved_address = sym_address.GetLoadAddress(target_sp.get()); in Materialize()
1042 lldb::addr_t process_address, in Dematerialize()
1043 lldb::addr_t frame_top, in Dematerialize()
1044 lldb::addr_t frame_bottom, in Dematerialize()
1049 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize()
1061 void DumpToLog (IRMemoryMap &map, lldb::addr_t process_address, Log *log) in DumpToLog()
1067 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog()
1095 void Wipe (IRMemoryMap &map, lldb::addr_t process_address) in Wipe()
1124 …void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Er… in Materialize()
1128 const lldb::addr_t load_addr = process_address + m_offset; in Materialize()
1182 lldb::addr_t process_address, in Dematerialize()
1183 lldb::addr_t frame_top, in Dematerialize()
1184 lldb::addr_t frame_bottom, in Dematerialize()
1189 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize()
1237 void DumpToLog (IRMemoryMap &map, lldb::addr_t process_address, Log *log) in DumpToLog()
1243 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog()
1272 void Wipe (IRMemoryMap &map, lldb::addr_t process_address) in Wipe()
1307 Materializer::Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_add… in Materialize()
1351 …r &error, lldb::ClangExpressionVariableSP &result_sp, lldb::addr_t frame_bottom, lldb::addr_t fram… in Dematerialize()