Home
last modified time | relevance | path

Searched refs:m_temporary_allocation (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp525 if (m_temporary_allocation != LLDB_INVALID_ADDRESS) { in Materialize()
559 m_temporary_allocation = map.Malloc( in Materialize()
578 map.WriteMemory(m_temporary_allocation, data.GetDataStart(), in Materialize()
590 map.WritePointerToMemory(load_addr, m_temporary_allocation, in Materialize()
615 if (m_temporary_allocation != LLDB_INVALID_ADDRESS) { in Dematerialize()
634 map.GetMemoryData(data, m_temporary_allocation, in Dematerialize()
668 map.Free(m_temporary_allocation, free_error); in Dematerialize()
678 m_temporary_allocation = LLDB_INVALID_ADDRESS; in Dematerialize()
718 if (m_temporary_allocation == LLDB_INVALID_ADDRESS) { in DumpToLog()
729 map.ReadMemory(data.GetBytes(), m_temporary_allocation, in DumpToLog()
[all …]