Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h204 void ReportAllocations(llvm::ExecutionEngine &engine);
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp378 ReportAllocations(*m_execution_engine_up); in GetRunnableInfo()
1105 void IRExecutionUnit::ReportAllocations(llvm::ExecutionEngine &engine) { in ReportAllocations() function in IRExecutionUnit