Home
last modified time | relevance | path

Searched refs:RegisterExecutionUnit (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DExpressionVariable.cpp50 void PersistentExpressionState::RegisterExecutionUnit( in RegisterExecutionUnit() function in PersistentExpressionState
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h234 void RegisterExecutionUnit(lldb::IRExecutionUnitSP &execution_unit_sp);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp720 persistent_state->RegisterExecutionUnit(m_execution_unit_sp); in Parse()