Searched refs:m_execution_unit (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 98 lldb_private::IRExecutionUnit &m_execution_unit; member in InterpreterStackFrame 115 : m_target_data(target_data), m_execution_unit(execution_unit), in InterpreterStackFrame() 184 m_execution_unit.GetMemoryData(value_extractor, process_address, in EvaluateValue() 224 m_execution_unit.WriteMemory(process_address, buf.GetBytes(), in AssignValue() 237 lldb::addr_t addr = m_execution_unit.FindSymbol(name); in ResolveConstantValue() 316 m_execution_unit.WritePointerToMemory(data_address, address, write_error); in MakeArgument() 320 m_execution_unit.Free(data_address, free_error); in MakeArgument() 358 m_execution_unit.WriteMemory(process_address, buf.GetBytes(), in ResolveConstant() 391 m_execution_unit.ReadMemory(buf.GetBytes(), addr, length, read_error); in PrintData() 421 m_execution_unit.Free(data_address, free_error); in ResolveValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.h | 577 m_execution_unit; ///< The execution unit containing the IR being created. variable
|
| H A D | IRForTarget.cpp | 78 m_execution_unit(execution_unit), m_result_store(NULL), in IRForTarget() 311 lldb::TargetSP target_sp(m_execution_unit.GetTarget()); in CreateResultVariable() 437 m_execution_unit.FindSymbol(g_CFStringCreateWithBytes_str); in RewriteObjCConstString() 861 sel_registerName_addr = m_execution_unit.FindSymbol(g_sel_registerName_str); in RewriteObjCSelector() 1030 objc_getClass_addr = m_execution_unit.FindSymbol(g_objc_getClass_str); in RewriteObjCClassReference()
|