Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp142 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in Install()
H A DClangUserExpression.cpp751 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in Parse()
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h102 lldb::ModuleSP GetJITModule();
/llvm-project-15.0.7/lldb/source/Expression/
H A DFunctionCaller.cpp96 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in WriteFunctionWrapper()
H A DIRExecutionUnit.cpp1187 lldb::ModuleSP IRExecutionUnit::GetJITModule() { in GetJITModule() function in IRExecutionUnit