Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h345 return m_supports_alloc_dealloc_memory; in SupportsAllocDeallocMemory()
540 LazyBool m_supports_alloc_dealloc_memory = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp272 m_supports_alloc_dealloc_memory = eLazyBoolCalculate; in ResetDiscoverableSettings()
1433 if (m_supports_alloc_dealloc_memory != eLazyBoolNo) { in AllocateMemory()
1434 m_supports_alloc_dealloc_memory = eLazyBoolYes; in AllocateMemory()
1447 m_supports_alloc_dealloc_memory = eLazyBoolNo; in AllocateMemory()
1451 m_supports_alloc_dealloc_memory = eLazyBoolNo; in AllocateMemory()
1458 if (m_supports_alloc_dealloc_memory != eLazyBoolNo) { in DeallocateMemory()
1459 m_supports_alloc_dealloc_memory = eLazyBoolYes; in DeallocateMemory()
1469 m_supports_alloc_dealloc_memory = eLazyBoolNo; in DeallocateMemory()
1473 m_supports_alloc_dealloc_memory = eLazyBoolNo; in DeallocateMemory()