Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp556 m_temporary_allocation = map.Malloc( in Materialize()
666 map.Free(m_temporary_allocation, free_error); in Dematerialize()
676 m_temporary_allocation = LLDB_INVALID_ADDRESS; in Dematerialize()
747 map.Free(m_temporary_allocation, free_error); in Wipe()
749 m_temporary_allocation = LLDB_INVALID_ADDRESS; in Wipe()
757 lldb::addr_t m_temporary_allocation; member in EntityVariable
812 m_temporary_allocation = map.Malloc( in Materialize()
949 m_temporary_allocation = LLDB_INVALID_ADDRESS; in Dematerialize()
1020 map.Free(m_temporary_allocation, free_error); in Wipe()
1023 m_temporary_allocation = LLDB_INVALID_ADDRESS; in Wipe()
[all …]