Searched refs:m_temporary_allocation (Results 1 – 1 of 1) sorted by relevance
/external/lldb/source/Expression/ |
D | Materializer.cpp | 412 m_temporary_allocation(LLDB_INVALID_ADDRESS), in EntityVariable() 487 if (m_temporary_allocation != LLDB_INVALID_ADDRESS) in Materialize() 511 …m_temporary_allocation = map.Malloc(data.GetByteSize(), byte_align, lldb::ePermissionsReadable | l… in Materialize() 522 … map.WriteMemory(m_temporary_allocation, data.GetDataStart(), data.GetByteSize(), write_error); in Materialize() 532 map.WritePointerToMemory(load_addr, m_temporary_allocation, pointer_write_error); in Materialize() 559 if (m_temporary_allocation != LLDB_INVALID_ADDRESS) in Dematerialize() 578 … map.GetMemoryData(data, m_temporary_allocation, valobj_sp->GetByteSize(), extract_error); in Dematerialize() 598 map.Free(m_temporary_allocation, free_error); in Dematerialize() 606 m_temporary_allocation = LLDB_INVALID_ADDRESS; in Dematerialize() 647 if (m_temporary_allocation == LLDB_INVALID_ADDRESS) in DumpToLog() [all …]
|