Home
last modified time | relevance | path

Searched refs:execution_unit (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp114 lldb_private::IRExecutionUnit &execution_unit, in InterpreterStackFrame() argument
117 : m_target_data(target_data), m_execution_unit(execution_unit) { in InterpreterStackFrame()
686 lldb_private::IRExecutionUnit &execution_unit, in Interpret() argument
708 InterpreterStackFrame frame(data_layout, execution_unit, stack_frame_bottom, in Interpret()
929 execution_unit.WritePointerToMemory(P, R, write_error); in Interpret()
936 execution_unit.Free(P, free_error); in Interpret()
937 execution_unit.Free(R, free_error); in Interpret()
1307 execution_unit.ReadPointerFromMemory(&R, P, read_error); in Interpret()
1321 execution_unit.ReadMemory(buffer.GetBytes(), R, buffer.GetByteSize(), in Interpret()
1331 execution_unit.WriteMemory(D, buffer.GetBytes(), buffer.GetByteSize(), in Interpret()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRInterpreter.h44 lldb_private::IRExecutionUnit &execution_unit,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h77 /// \param[in] execution_unit
86 lldb_private::IRExecutionUnit &execution_unit,
H A DIRForTarget.cpp74 lldb_private::IRExecutionUnit &execution_unit, in IRForTarget() argument
79 m_execution_unit(execution_unit), in IRForTarget()