Searched refs:execution_unit (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/source/Expression/ |
D | IRInterpreter.cpp | 111 lldb_private::IRExecutionUnit &execution_unit, in InterpreterStackFrame() argument 114 : m_target_data(target_data), m_execution_unit(execution_unit), in InterpreterStackFrame() 635 lldb_private::IRExecutionUnit &execution_unit, in Interpret() argument 657 InterpreterStackFrame frame(data_layout, execution_unit, stack_frame_bottom, in Interpret() 843 execution_unit.WritePointerToMemory(P, R, write_error); in Interpret() 850 execution_unit.Free(P, free_error); in Interpret() 851 execution_unit.Free(R, free_error); in Interpret() 1216 execution_unit.ReadPointerFromMemory(&R, P, read_error); in Interpret() 1229 execution_unit.ReadMemory(buffer.GetBytes(), R, buffer.GetByteSize(), in Interpret() 1239 execution_unit.WriteMemory(D, buffer.GetBytes(), buffer.GetByteSize(), in Interpret() [all …]
|
/external/llvm-project/lldb/include/lldb/Expression/ |
D | IRInterpreter.h | 43 lldb_private::IRExecutionUnit &execution_unit,
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | IRForTarget.h | 86 lldb_private::IRExecutionUnit &execution_unit,
|
D | IRForTarget.cpp | 72 lldb_private::IRExecutionUnit &execution_unit, in IRForTarget() argument 79 m_error_stream(error_stream), m_execution_unit(execution_unit), in IRForTarget()
|