Searched refs:execution_unit (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 112 lldb_private::IRExecutionUnit &execution_unit, in InterpreterStackFrame() argument 115 : m_target_data(target_data), m_execution_unit(execution_unit), in InterpreterStackFrame() 646 lldb_private::IRExecutionUnit &execution_unit, in Interpret() argument 868 execution_unit.WritePointerToMemory(P, R, write_error); in Interpret() 876 execution_unit.Free(P, free_error); in Interpret() 877 execution_unit.Free(R, free_error); in Interpret() 1349 execution_unit.ReadPointerFromMemory(&R, P, read_error); in Interpret() 1363 execution_unit.ReadMemory(buffer.GetBytes(), R, buffer.GetByteSize(), in Interpret() 1442 execution_unit.ReadPointerFromMemory(&R, P, read_error); in Interpret() 1456 execution_unit.ReadMemory(buffer.GetBytes(), D, buffer.GetByteSize(), in Interpret() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | IRInterpreter.h | 47 lldb_private::IRExecutionUnit &execution_unit,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.h | 97 lldb_private::IRExecutionUnit &execution_unit,
|
| H A D | IRForTarget.cpp | 71 lldb_private::IRExecutionUnit &execution_unit, in IRForTarget() argument 78 m_execution_unit(execution_unit), m_result_store(NULL), in IRForTarget()
|