Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp146 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in Install()
H A DClangUserExpression.cpp725 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in Parse()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h102 lldb::ModuleSP GetJITModule();
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp109 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in WriteFunctionWrapper()
H A DIRExecutionUnit.cpp1189 lldb::ModuleSP IRExecutionUnit::GetJITModule() { in GetJITModule() function in IRExecutionUnit