Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp55 m_reported_allocations(false) {} in IRExecutionUnit()
627 if (m_parent.m_reported_allocations) { in allocateCodeSection()
658 if (m_parent.m_reported_allocations) { in allocateDataSection()
1106 m_reported_allocations = true; in ReportAllocations()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h392 bool m_reported_allocations; ///< True after allocations have been reported. variable