Home
last modified time | relevance | path

Searched refs:m_execution_unit (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp97 lldb_private::IRExecutionUnit &m_execution_unit; member in InterpreterStackFrame
114 : m_target_data(target_data), m_execution_unit(execution_unit), in InterpreterStackFrame()
183 m_execution_unit.GetMemoryData(value_extractor, process_address, in EvaluateValue()
225 m_execution_unit.WriteMemory(process_address, buf.GetBytes(), in AssignValue()
239 lldb::addr_t addr = m_execution_unit.FindSymbol(name, missing_weak); in ResolveConstantValue()
318 m_execution_unit.WritePointerToMemory(data_address, address, write_error); in MakeArgument()
322 m_execution_unit.Free(data_address, free_error); in MakeArgument()
361 m_execution_unit.WriteMemory(process_address, buf.GetBytes(), in ResolveConstant()
394 m_execution_unit.ReadMemory(buf.GetBytes(), addr, length, read_error); in PrintData()
424 m_execution_unit.Free(data_address, free_error); in ResolveValue()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRForTarget.cpp79 m_error_stream(error_stream), m_execution_unit(execution_unit), in IRForTarget()
307 lldb::TargetSP target_sp(m_execution_unit.GetTarget()); in CreateResultVariable()
426 m_execution_unit.FindSymbol(g_CFStringCreateWithBytes_str, in RewriteObjCConstString()
832 sel_registerName_addr = m_execution_unit.FindSymbol(g_sel_registerName_str, in RewriteObjCSelector()
991 objc_getClass_addr = m_execution_unit.FindSymbol(g_objc_getClass_str, in RewriteObjCClassReference()
1244 auto *target = m_execution_unit.GetTarget().get(); in MaybeHandleVariable()
DIRForTarget.h454 m_execution_unit; ///< The execution unit containing the IR being created. variable