Home
last modified time | relevance | path

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

/freebsd-14.2/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); in GetAsLLVM()
151 return *m_llvm_context; in GetAsLLVM()
H A DDWARFContext.h25 mutable std::unique_ptr<llvm::DWARFContext> m_llvm_context; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.h171 m_llvm_context; ///< The LLVM context to generate IR into variable
H A DClangExpressionParser.cpp693 m_llvm_context = std::make_unique<LLVMContext>(); in ClangExpressionParser()
698 *m_llvm_context)); in ClangExpressionParser()
1363 m_llvm_context, // handed off here in PrepareForExecution()