Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DMaterializer.cpp416 m_temporary_allocation(LLDB_INVALID_ADDRESS), in EntityVariable()
513 if (m_temporary_allocation != LLDB_INVALID_ADDRESS) { in Materialize()
550 m_temporary_allocation = map.Malloc( in Materialize()
569 map.WriteMemory(m_temporary_allocation, data.GetDataStart(), in Materialize()
581 map.WritePointerToMemory(load_addr, m_temporary_allocation, in Materialize()
607 if (m_temporary_allocation != LLDB_INVALID_ADDRESS) { in Dematerialize()
627 map.GetMemoryData(data, m_temporary_allocation, in Dematerialize()
661 map.Free(m_temporary_allocation, free_error); in Dematerialize()
671 m_temporary_allocation = LLDB_INVALID_ADDRESS; in Dematerialize()
711 if (m_temporary_allocation == LLDB_INVALID_ADDRESS) { in DumpToLog()
[all …]