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

References

tools/lldb/source/Expression/Materializer.cpp
  509         if (m_temporary_allocation != LLDB_INVALID_ADDRESS) {
  546         m_temporary_allocation = map.Malloc(
  565         map.WriteMemory(m_temporary_allocation, data.GetDataStart(),
  577         map.WritePointerToMemory(load_addr, m_temporary_allocation,
  603     if (m_temporary_allocation != LLDB_INVALID_ADDRESS) {
  623       map.GetMemoryData(data, m_temporary_allocation, valobj_sp->GetByteSize(),
  657       map.Free(m_temporary_allocation, free_error);
  667       m_temporary_allocation = LLDB_INVALID_ADDRESS;
  707     if (m_temporary_allocation == LLDB_INVALID_ADDRESS) {
  718       map.ReadMemory(data.GetBytes(), m_temporary_allocation,
  735     if (m_temporary_allocation != LLDB_INVALID_ADDRESS) {
  738       map.Free(m_temporary_allocation, free_error);
  740       m_temporary_allocation = LLDB_INVALID_ADDRESS;