Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Expression/
DIRExecutionUnit.h204 void ReportAllocations(llvm::ExecutionEngine &engine);
/external/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp352 ReportAllocations(*m_execution_engine_up); in GetRunnableInfo()
1176 void IRExecutionUnit::ReportAllocations(llvm::ExecutionEngine &engine) { in ReportAllocations() function in IRExecutionUnit