Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp50 m_reported_allocations(false) {} in IRExecutionUnit()
601 if (m_parent.m_reported_allocations) { in allocateCodeSection()
632 if (m_parent.m_reported_allocations) { in allocateDataSection()
1177 m_reported_allocations = true; in ReportAllocations()
/external/llvm-project/lldb/include/lldb/Expression/
DIRExecutionUnit.h398 bool m_reported_allocations; ///< True after allocations have been reported. variable