Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
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()
DDWARFContext.h24 mutable std::unique_ptr<llvm::DWARFContext> m_llvm_context; variable
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.h171 m_llvm_context; ///< The LLVM context to generate IR into variable
DClangExpressionParser.cpp710 m_llvm_context = std::make_unique<LLVMContext>(); in ClangExpressionParser()
714 m_compiler->getCodeGenOpts(), *m_llvm_context)); in ClangExpressionParser()
1377 m_llvm_context, // handed off here in PrepareForExecution()