Home
last modified time | relevance | path

Searched refs:GetJITModule (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDLLVMUserExpression.cpp360 lldb::ModuleSP LLVMUserExpression::GetJITModule() { in GetJITModule() function in LLVMUserExpression
362 return m_execution_unit_sp->GetJITModule(); in GetJITModule()
HDFunctionCaller.cpp95 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in WriteFunctionWrapper()
HDUserExpression.cpp307 *jit_module_sp_ptr = user_expression_sp->GetJITModule(); in Evaluate()
HDIRExecutionUnit.cpp1266 lldb::ModuleSP IRExecutionUnit::GetJITModule() { in GetJITModule() function in IRExecutionUnit
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangUtilityFunction.cpp129 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in Install()
HDClangUserExpression.cpp695 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in Parse()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDLLVMUserExpression.h74 lldb::ModuleSP GetJITModule() override;
HDUserExpression.h216 virtual lldb::ModuleSP GetJITModule() { return lldb::ModuleSP(); } in GetJITModule() function
HDIRExecutionUnit.h102 lldb::ModuleSP GetJITModule();