Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp129 if (!m_llvm_context) { in GetAsLLVM()
149 m_llvm_context = llvm::DWARFContext::create(section_map, addr_size);
151 return *m_llvm_context;
H A DDWARFContext.h25 mutable std::unique_ptr<llvm::DWARFContext> m_llvm_context;
24 mutable std::unique_ptr<llvm::DWARFContext> m_llvm_context; global() variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.h158 m_llvm_context; ///< The LLVM context to generate IR into variable
H A DClangExpressionParser.cpp696 m_llvm_context = std::make_unique<LLVMContext>(); in ClangExpressionParser()
701 *m_llvm_context)); in ClangExpressionParser()
1366 m_llvm_context, // handed off here in DoPrepareForExecution()