reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Expression/Materializer.cpp
  779       if (m_temporary_allocation != LLDB_INVALID_ADDRESS) {
  806       m_temporary_allocation = map.Malloc(
  821       map.WritePointerToMemory(load_addr, m_temporary_allocation,
  933       if (m_temporary_allocation != LLDB_INVALID_ADDRESS) {
  935         map.Free(m_temporary_allocation, free_error);
  941     m_temporary_allocation = LLDB_INVALID_ADDRESS;
  981     if (m_temporary_allocation == LLDB_INVALID_ADDRESS) {
  992       map.ReadMemory(data.GetBytes(), m_temporary_allocation,
 1009     if (!m_keep_in_memory && m_temporary_allocation != LLDB_INVALID_ADDRESS) {
 1012       map.Free(m_temporary_allocation, free_error);
 1015     m_temporary_allocation = LLDB_INVALID_ADDRESS;