Home
last modified time | relevance | path

Searched refs:m_llvm_context (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp127 if (!m_llvm_context) { in GetAsLLVM()
144 m_llvm_context = llvm::DWARFContext::create(section_map, addr_size); in GetAsLLVM()
146 return *m_llvm_context; in GetAsLLVM()
H A DDWARFContext.h24 mutable std::unique_ptr<llvm::DWARFContext> m_llvm_context; variable
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.h171 m_llvm_context; ///< The LLVM context to generate IR into variable
H A DClangExpressionParser.cpp722 m_llvm_context = std::make_unique<LLVMContext>(); in ClangExpressionParser()
727 *m_llvm_context)); in ClangExpressionParser()
1391 m_llvm_context, // handed off here in PrepareForExecution()