Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp529 if (m_temporary_allocation != LLDB_INVALID_ADDRESS) { in Materialize()
568 m_temporary_allocation = *address_or_error; in Materialize()
584 map.WriteMemory(m_temporary_allocation, data.GetDataStart(), in Materialize()
596 map.WritePointerToMemory(load_addr, m_temporary_allocation, in Materialize()
621 if (m_temporary_allocation != LLDB_INVALID_ADDRESS) { in Dematerialize()
641 data, m_temporary_allocation, in Dematerialize()
676 map.Free(m_temporary_allocation, free_error); in Dematerialize()
686 m_temporary_allocation = LLDB_INVALID_ADDRESS; in Dematerialize()
726 if (m_temporary_allocation == LLDB_INVALID_ADDRESS) { in DumpToLog()
737 map.ReadMemory(data.GetBytes(), m_temporary_allocation, in DumpToLog()
[all …]