Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp47 m_module_ap(module_ap.release()), m_module(m_module_ap.get()), in IRExecutionUnit()
271 m_module_ap->getContext().setInlineAsmDiagnosticHandler(ReportInlineAsmError, in GetRunnableInfo()
274 llvm::EngineBuilder builder(std::move(m_module_ap)); in GetRunnableInfo()
492 m_module_ap.reset(); in ~IRExecutionUnit()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h400 m_module_ap; ///< Holder for the module until it's been handed off variable