/external/lldb/include/lldb/Core/ |
D | ValueObjectConstResult.h | 30 Create (ExecutionContextScope *exe_scope, 36 Create (ExecutionContextScope *exe_scope, 43 Create (ExecutionContextScope *exe_scope, 52 Create (ExecutionContextScope *exe_scope, 60 Create (ExecutionContextScope *exe_scope, 66 Create (ExecutionContextScope *exe_scope, 141 ValueObjectConstResult (ExecutionContextScope *exe_scope, 146 ValueObjectConstResult (ExecutionContextScope *exe_scope, 152 ValueObjectConstResult (ExecutionContextScope *exe_scope, 160 ValueObjectConstResult (ExecutionContextScope *exe_scope, [all …]
|
D | ValueObjectMemory.h | 30 Create (ExecutionContextScope *exe_scope, 36 Create (ExecutionContextScope *exe_scope, 74 ValueObjectMemory (ExecutionContextScope *exe_scope, 79 ValueObjectMemory (ExecutionContextScope *exe_scope,
|
D | ValueObjectRegister.h | 76 … Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP ®_ctx_sp, uint32_t set_idx); 122 …ValueObjectRegisterSet (ExecutionContextScope *exe_scope, lldb::RegisterContextSP ®_ctx_sp, uin… 134 … Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP ®_ctx_sp, uint32_t reg_num); 185 …ValueObjectRegister (ExecutionContextScope *exe_scope, lldb::RegisterContextSP ®_ctx_sp, uint32…
|
D | ValueObjectVariable.h | 29 Create (ExecutionContextScope *exe_scope, const lldb::VariableSP &var_sp); 81 ValueObjectVariable (ExecutionContextScope *exe_scope, const lldb::VariableSP &var_sp);
|
/external/lldb/source/Core/ |
D | ValueObjectConstResult.cpp | 33 ValueObjectConstResult::Create (ExecutionContextScope *exe_scope, in Create() 44 ValueObjectConstResult::ValueObjectConstResult (ExecutionContextScope *exe_scope, in ValueObjectConstResult() 63 ExecutionContextScope *exe_scope, in Create() 77 ValueObjectConstResult::ValueObjectConstResult (ExecutionContextScope *exe_scope, in ValueObjectConstResult() 105 ValueObjectConstResult::Create (ExecutionContextScope *exe_scope, in Create() 123 ValueObjectConstResult::Create (ExecutionContextScope *exe_scope, in Create() 130 ValueObjectConstResult::ValueObjectConstResult (ExecutionContextScope *exe_scope, in ValueObjectConstResult() 156 ValueObjectConstResult::Create (ExecutionContextScope *exe_scope, in Create() 171 ValueObjectConstResult::ValueObjectConstResult (ExecutionContextScope *exe_scope, in ValueObjectConstResult() 204 ExecutionContextScope *exe_scope, in Create() [all …]
|
D | ValueObjectMemory.cpp | 37 ValueObjectMemory::Create (ExecutionContextScope *exe_scope, in Create() 46 ValueObjectMemory::Create (ExecutionContextScope *exe_scope, in Create() 54 ValueObjectMemory::ValueObjectMemory (ExecutionContextScope *exe_scope, in ValueObjectMemory() 90 ValueObjectMemory::ValueObjectMemory (ExecutionContextScope *exe_scope, in ValueObjectMemory()
|
D | ValueObjectRegister.cpp | 117 ValueObjectRegisterSet::Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP ®_ctx_… in Create() 123 ValueObjectRegisterSet::ValueObjectRegisterSet (ExecutionContextScope *exe_scope, lldb::RegisterCon… in ValueObjectRegisterSet() 283 ValueObjectRegister::Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP ®_ctx_sp,… in Create() 288 ValueObjectRegister::ValueObjectRegister (ExecutionContextScope *exe_scope, lldb::RegisterContextSP… in ValueObjectRegister()
|
D | Address.cpp | 29 ReadBytes (ExecutionContextScope *exe_scope, const Address &address, void *dst, size_t dst_len) in ReadBytes() 45 GetByteOrderAndAddressSize (ExecutionContextScope *exe_scope, const Address &address, ByteOrder& by… in GetByteOrderAndAddressSize() 72 ReadUIntMax64 (ExecutionContextScope *exe_scope, const Address &address, uint32_t byte_size, bool &… in ReadUIntMax64() 100 ReadAddress (ExecutionContextScope *exe_scope, const Address &address, uint32_t pointer_size, Addre… in ReadAddress() 141 DumpUInt (ExecutionContextScope *exe_scope, const Address &address, uint32_t byte_size, Stream* str… in DumpUInt() 173 ReadCStringFromMemory (ExecutionContextScope *exe_scope, const Address &address, Stream *strm) in ReadCStringFromMemory() 365 Address::Dump (Stream *s, ExecutionContextScope *exe_scope, DumpStyle style, DumpStyle fallback_sty… in Dump()
|
D | ValueObjectVariable.cpp | 39 ValueObjectVariable::Create (ExecutionContextScope *exe_scope, const lldb::VariableSP &var_sp) in Create() 44 ValueObjectVariable::ValueObjectVariable (ExecutionContextScope *exe_scope, const lldb::VariableSP … in ValueObjectVariable()
|
/external/lldb/include/lldb/Target/ |
D | ExecutionContext.h | 140 ExecutionContextRef (ExecutionContextScope *exe_scope); 154 ExecutionContextRef (ExecutionContextScope &exe_scope); 414 ExecutionContext (ExecutionContextScope *exe_scope); 415 ExecutionContext (ExecutionContextScope &exe_scope); 459 ExecutionContextScope *
|
D | ExecutionContextScope.h | 39 class ExecutionContextScope 43 ~ExecutionContextScope () {} in ~ExecutionContextScope()
|
D | LanguageRuntime.h | 45 GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_scope) = 0;
|
D | CPPLanguageRuntime.h | 131 GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_scope);
|
/external/lldb/include/lldb/Expression/ |
D | ClangExpressionVariable.h | 66 …ClangExpressionVariable(ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, uint32_t add… 394 …CreateVariable (ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, uint32_t addr_byte_s… in CreateVariable() 410 CreateVariable (ExecutionContextScope *exe_scope, in CreateVariable()
|
D | ClangFunction.h | 88 ClangFunction (ExecutionContextScope &exe_scope, 114 ClangFunction (ExecutionContextScope &exe_scope,
|
D | ClangPersistentVariables.h | 40 CreatePersistentVariable (ExecutionContextScope *exe_scope,
|
D | ClangExpressionParser.h | 53 ClangExpressionParser (ExecutionContextScope *exe_scope,
|
D | DWARFExpression.h | 252 Evaluate (ExecutionContextScope *exe_scope,
|
D | IRMemoryMap.h | 69 ExecutionContextScope *GetBestExecutionContextScope();
|
/external/lldb/source/Expression/ |
D | ClangPersistentVariables.cpp | 35 ClangPersistentVariables::CreatePersistentVariable (ExecutionContextScope *exe_scope, in CreatePersistentVariable()
|
D | ClangExpressionVariable.cpp | 28 ClangExpressionVariable::ClangExpressionVariable(ExecutionContextScope *exe_scope, lldb::ByteOrder … in ClangExpressionVariable()
|
D | Materializer.cpp | 433 ExecutionContextScope *scope = frame_sp.get(); in Materialize() 561 ExecutionContextScope *scope = frame_sp.get(); in Dematerialize() 787 ExecutionContextScope *exe_scope = map.GetBestExecutionContextScope(); in Dematerialize() 1011 ExecutionContextScope *exe_scope = map.GetBestExecutionContextScope(); in Materialize() 1309 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() 1359 ExecutionContextScope *exe_scope = m_map->GetBestExecutionContextScope(); in Dematerialize()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntime.h | 35 GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_scope);
|
/external/lldb/include/lldb/Symbol/ |
D | Variable.h | 154 ExecutionContextScope *scope,
|
/external/lldb/source/Target/ |
D | ExecutionContext.cpp | 206 ExecutionContext::ExecutionContext (ExecutionContextScope *exe_scope_ptr) : in ExecutionContext() 216 ExecutionContext::ExecutionContext (ExecutionContextScope &exe_scope_ref) in ExecutionContext() 276 ExecutionContextScope *
|