Searched refs:m_llvm_context (Results 1 – 4 of 4) sorted by relevance
129 if (!m_llvm_context) { in GetAsLLVM() 149 m_llvm_context = llvm::DWARFContext::create(section_map, addr_size);151 return *m_llvm_context;
25 mutable std::unique_ptr<llvm::DWARFContext> m_llvm_context;24 mutable std::unique_ptr<llvm::DWARFContext> m_llvm_context; global() variable
158 m_llvm_context; ///< The LLVM context to generate IR into variable
696 m_llvm_context = std::make_unique<LLVMContext>(); in ClangExpressionParser()701 *m_llvm_context)); in ClangExpressionParser()1366 m_llvm_context, // handed off here in DoPrepareForExecution()