Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp111 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
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()
1295 execution_unit.ReadPointerFromMemory(&R, P, read_error); in Interpret()
1308 execution_unit.ReadMemory(buffer.GetBytes(), D, buffer.GetByteSize(), in Interpret()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRInterpreter.h43 lldb_private::IRExecutionUnit &execution_unit,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h86 lldb_private::IRExecutionUnit &execution_unit,
H A DIRForTarget.cpp71 lldb_private::IRExecutionUnit &execution_unit, in IRForTarget() argument
76 m_execution_unit(execution_unit), in IRForTarget()