Home
last modified time | relevance | path

Searched refs:m_compiler (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp747 : ExpressionParser(exe_scope, expr, generate_debug_info), m_compiler(), in ClangExpressionParser()
775 m_compiler = std::make_unique<CompilerInstance>(); in ClangExpressionParser()
778 m_compiler->createFileManager(FileSystem::Instance().GetVirtualFileSystem()); in ClangExpressionParser()
782 SetupTargetOpts(*m_compiler, *target_sp); in ClangExpressionParser()
785 m_compiler->createDiagnostics(m_compiler->getVirtualFileSystem()); in ClangExpressionParser()
788 m_compiler->getDiagnostics().setErrorLimit(target_sp->GetExprErrorLimit()); in ClangExpressionParser()
791 m_compiler->getDiagnostics(), in ClangExpressionParser()
792 m_compiler->getInvocation().getTargetOpts())) { in ClangExpressionParser()
800 m_compiler->setTarget(target_info); in ClangExpressionParser()
804 m_compiler->getTargetOpts().Triple.c_str()); in ClangExpressionParser()
[all …]
H A DClangExpressionParser.h151 m_compiler; ///< The Clang compiler used to parse expressions into IR variable