Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangUtilityFunction.cpp129 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in Install()
DClangUserExpression.cpp711 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in Parse()
/external/llvm-project/lldb/include/lldb/Expression/
DIRExecutionUnit.h102 lldb::ModuleSP GetJITModule();
/external/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp95 lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule()); in WriteFunctionWrapper()
DIRExecutionUnit.cpp1260 lldb::ModuleSP IRExecutionUnit::GetJITModule() { in GetJITModule() function in IRExecutionUnit