Searched refs:execution_unit (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/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() 644 lldb_private::IRExecutionUnit &execution_unit, in Interpret() argument 851 execution_unit.WritePointerToMemory(P, R, write_error); in Interpret() 858 execution_unit.Free(P, free_error); in Interpret() 859 execution_unit.Free(R, free_error); in Interpret() 1214 execution_unit.ReadPointerFromMemory(&R, P, read_error); in Interpret() 1228 execution_unit.ReadMemory(buffer.GetBytes(), R, buffer.GetByteSize(), in Interpret() 1288 execution_unit.ReadPointerFromMemory(&R, P, read_error); in Interpret() 1302 execution_unit.ReadMemory(buffer.GetBytes(), D, buffer.GetByteSize(), in Interpret() [all …]
|
| /llvm-project-15.0.7/lldb/include/lldb/Expression/ |
| H A D | IRInterpreter.h | 43 lldb_private::IRExecutionUnit &execution_unit,
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.h | 86 lldb_private::IRExecutionUnit &execution_unit,
|
| H A D | IRForTarget.cpp | 73 lldb_private::IRExecutionUnit &execution_unit, in IRForTarget() argument 78 m_execution_unit(execution_unit), in IRForTarget()
|