HomeSort by relevance Sort by last modified time
    Searched refs:GetBestExecutionContextScope (Results 1 - 21 of 21) sorted by null

  /external/lldb/source/Expression/
ClangUtilityFunction.cpp 112 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this);
Materializer.cpp 102 m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create (map.GetBestExecutionContextScope(),
233 m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create (map.GetBestExecutionContextScope (),
301 lldb::ProcessSP process_sp = map.GetBestExecutionContextScope()->CalculateProcess();
436 scope = map.GetBestExecutionContextScope();
564 scope = map.GetBestExecutionContextScope();
787 ExecutionContextScope *exe_scope = map.GetBestExecutionContextScope();
    [all...]
ClangExpressionDeclMap.cpp 207 ClangExpressionVariableSP var_sp = m_found_entities.CreateVariable(exe_ctx.GetBestExecutionContextScope(),
255 ClangExpressionVariableSP var_sp = m_parser_vars->m_persistent_vars->CreatePersistentVariable (exe_ctx.GetBestExecutionContextScope (),
    [all...]
IRMemoryMap.cpp 188 IRMemoryMap::GetBestExecutionContextScope()
  /external/lldb/source/Core/
ValueObjectConstResultImpl.cpp 57 m_load_addr_backend = ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(),
183 m_address_of_backend = ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(),
ValueObjectRegister.cpp 106 new_valobj = new ValueObjectRegisterSet(exe_ctx.GetBestExecutionContextScope(), m_reg_ctx_sp, idx);
ValueObject.cpp 808 exe_ctx.GetBestExecutionContextScope(),
    [all...]
Disassembler.cpp 412 ExecutionContextScope *exe_scope = exe_ctx.GetBestExecutionContextScope();
592 exe_ctx ? exe_ctx->GetBestExecutionContextScope() : NULL,
    [all...]
Debugger.cpp     [all...]
  /external/lldb/include/lldb/Expression/
IRMemoryMap.h 69 ExecutionContextScope *GetBestExecutionContextScope();
73 // Any other cases should use GetBestExecutionContextScope().
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.cpp 60 return GetObjectDescription(str, val, exe_ctx.GetBestExecutionContextScope());
130 ClangFunction func (*exe_ctx.GetBestExecutionContextScope(),
  /external/lldb/include/lldb/Target/
ExecutionContext.h 460 GetBestExecutionContextScope () const;
    [all...]
  /external/lldb/source/Breakpoint/
Watchpoint.cpp 155 m_new_value_sp = ValueObjectMemory::Create (exe_ctx.GetBestExecutionContextScope(), watch_name.AsCString(), watch_address, m_type);
  /external/lldb/source/Commands/
CommandObjectRegister.cpp 116 so_reg_addr.Dump(&strm, exe_ctx.GetBestExecutionContextScope(), Address::DumpStyleResolvedDescription);
CommandObjectTarget.cpp 758 ValueObjectSP valobj_sp (ValueObjectVariable::Create (exe_ctx.GetBestExecutionContextScope(), var_sp));
803 m_exe_ctx.GetBestExecutionContextScope(),
826 valobj_sp = ValueObjectVariable::Create (m_exe_ctx.GetBestExecutionContextScope(), var_sp);
    [all...]
CommandObjectSource.cpp 692 m_exe_ctx.GetBestExecutionContextScope(),
    [all...]
CommandObjectMemory.cpp 818 ExecutionContextScope *exe_scope = m_exe_ctx.GetBestExecutionContextScope();
    [all...]
CommandObjectWatchpoint.cpp     [all...]
  /external/lldb/source/Target/
ExecutionContext.cpp 277 ExecutionContext::GetBestExecutionContextScope () const
StackFrame.cpp     [all...]
  /external/lldb/source/API/
SBValue.cpp 770 ValueObjectSP ptr_result_valobj_sp(ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(),
810 new_value_sp = ValueObjectConstResult::Create (exe_ctx.GetBestExecutionContextScope(),
    [all...]

Completed in 1508 milliseconds