Searched refs:execution_unit (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 113 lldb_private::IRExecutionUnit &execution_unit, in InterpreterStackFrame() argument 116 : m_target_data(target_data), m_execution_unit(execution_unit) { in InterpreterStackFrame() 682 lldb_private::IRExecutionUnit &execution_unit, in Interpret() argument 703 InterpreterStackFrame frame(data_layout, execution_unit, stack_frame_bottom, in Interpret() 899 execution_unit.WritePointerToMemory(P, R, write_error); in Interpret() 906 execution_unit.Free(P, free_error); in Interpret() 907 execution_unit.Free(R, free_error); in Interpret() 1277 execution_unit.ReadPointerFromMemory(&R, P, read_error); in Interpret() 1291 execution_unit.ReadMemory(buffer.GetBytes(), R, buffer.GetByteSize(), in Interpret() 1301 execution_unit.WriteMemory(D, buffer.GetBytes(), buffer.GetByteSize(), in Interpret() [all …]
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Expression/ |
| H A D | IRInterpreter.h | 43 lldb_private::IRExecutionUnit &execution_unit,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.h | 86 lldb_private::IRExecutionUnit &execution_unit,
|
| H A D | IRForTarget.cpp | 74 lldb_private::IRExecutionUnit &execution_unit, in IRForTarget() argument 79 m_execution_unit(execution_unit), in IRForTarget()
|