Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangUtilityFunction.cpp148 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in Install()
DClangUserExpression.cpp751 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in Parse()
/openbsd/src/gnu/llvm/lldb/include/lldb/Expression/
DIRExecutionUnit.h102 lldb::ModuleSP GetJITModule();
/openbsd/src/gnu/llvm/lldb/source/Expression/
DFunctionCaller.cpp111 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in WriteFunctionWrapper()
DIRExecutionUnit.cpp1188 lldb::ModuleSP IRExecutionUnit::GetJITModule() { in GetJITModule() function in IRExecutionUnit