Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp148 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()
/openbsd/gnu/llvm/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h102 lldb::ModuleSP GetJITModule();
/openbsd/gnu/llvm/lldb/source/Expression/
H A DFunctionCaller.cpp111 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in WriteFunctionWrapper()
H A DIRExecutionUnit.cpp1188 lldb::ModuleSP IRExecutionUnit::GetJITModule() { in GetJITModule() function in IRExecutionUnit