HomeSort by relevance Sort by last modified time
    Searched refs:m_llvm_context (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Expression/
ClangExpressionParser.h 139 std::unique_ptr<llvm::LLVMContext> m_llvm_context; ///< The LLVM context to generate IR into member in class:lldb_private::ClangExpressionParser
  /external/lldb/source/Expression/
ClangExpressionParser.cpp 373 m_llvm_context.reset(new LLVMContext());
378 *m_llvm_context));
501 m_execution_unit.reset(new IRExecutionUnit(m_llvm_context, // handed off here

Completed in 28 milliseconds