Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h340 return m_supports_alloc_dealloc_memory; in SupportsAllocDeallocMemory()
537 LazyBool m_supports_alloc_dealloc_memory = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp279 m_supports_alloc_dealloc_memory = eLazyBoolCalculate; in ResetDiscoverableSettings()
1421 if (m_supports_alloc_dealloc_memory != eLazyBoolNo) { in AllocateMemory()
1422 m_supports_alloc_dealloc_memory = eLazyBoolYes; in AllocateMemory()
1435 m_supports_alloc_dealloc_memory = eLazyBoolNo; in AllocateMemory()
1439 m_supports_alloc_dealloc_memory = eLazyBoolNo; in AllocateMemory()
1446 if (m_supports_alloc_dealloc_memory != eLazyBoolNo) { in DeallocateMemory()
1447 m_supports_alloc_dealloc_memory = eLazyBoolYes; in DeallocateMemory()
1457 m_supports_alloc_dealloc_memory = eLazyBoolNo; in DeallocateMemory()
1461 m_supports_alloc_dealloc_memory = eLazyBoolNo; in DeallocateMemory()