Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp46 m_module_up(module_up.release()), m_module(m_module_up.get()), in IRExecutionUnit()
260 m_module_up->getContext().setInlineAsmDiagnosticHandler(ReportInlineAsmError, in GetRunnableInfo()
263 llvm::EngineBuilder builder(std::move(m_module_up)); in GetRunnableInfo()
479 m_module_up.reset(); in ~IRExecutionUnit()
/external/llvm-project/lldb/include/lldb/Expression/
DIRExecutionUnit.h376 m_module_up; ///< Holder for the module until it's been handed off variable