Home
last modified time | relevance | path

Searched refs:ExecutionContextScope (Results 1 – 25 of 56) sorted by relevance

123

/external/lldb/include/lldb/Core/
DValueObjectConstResult.h30 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 …]
DValueObjectMemory.h30 Create (ExecutionContextScope *exe_scope,
36 Create (ExecutionContextScope *exe_scope,
74 ValueObjectMemory (ExecutionContextScope *exe_scope,
79 ValueObjectMemory (ExecutionContextScope *exe_scope,
DValueObjectRegister.h76 … Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32_t set_idx);
122 …ValueObjectRegisterSet (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uin…
134 … Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32_t reg_num);
185 …ValueObjectRegister (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32…
DValueObjectVariable.h29 Create (ExecutionContextScope *exe_scope, const lldb::VariableSP &var_sp);
81 ValueObjectVariable (ExecutionContextScope *exe_scope, const lldb::VariableSP &var_sp);
/external/lldb/source/Core/
DValueObjectConstResult.cpp33 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 …]
DValueObjectMemory.cpp37 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()
DValueObjectRegister.cpp117 ValueObjectRegisterSet::Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_… in Create()
123 ValueObjectRegisterSet::ValueObjectRegisterSet (ExecutionContextScope *exe_scope, lldb::RegisterCon… in ValueObjectRegisterSet()
283 ValueObjectRegister::Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp,… in Create()
288 ValueObjectRegister::ValueObjectRegister (ExecutionContextScope *exe_scope, lldb::RegisterContextSP… in ValueObjectRegister()
DAddress.cpp29 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()
DValueObjectVariable.cpp39 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/
DExecutionContext.h140 ExecutionContextRef (ExecutionContextScope *exe_scope);
154 ExecutionContextRef (ExecutionContextScope &exe_scope);
414 ExecutionContext (ExecutionContextScope *exe_scope);
415 ExecutionContext (ExecutionContextScope &exe_scope);
459 ExecutionContextScope *
DExecutionContextScope.h39 class ExecutionContextScope
43 ~ExecutionContextScope () {} in ~ExecutionContextScope()
DLanguageRuntime.h45 GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_scope) = 0;
DCPPLanguageRuntime.h131 GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_scope);
/external/lldb/include/lldb/Expression/
DClangExpressionVariable.h66 …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()
DClangFunction.h88 ClangFunction (ExecutionContextScope &exe_scope,
114 ClangFunction (ExecutionContextScope &exe_scope,
DClangPersistentVariables.h40 CreatePersistentVariable (ExecutionContextScope *exe_scope,
DClangExpressionParser.h53 ClangExpressionParser (ExecutionContextScope *exe_scope,
DDWARFExpression.h252 Evaluate (ExecutionContextScope *exe_scope,
DIRMemoryMap.h69 ExecutionContextScope *GetBestExecutionContextScope();
/external/lldb/source/Expression/
DClangPersistentVariables.cpp35 ClangPersistentVariables::CreatePersistentVariable (ExecutionContextScope *exe_scope, in CreatePersistentVariable()
DClangExpressionVariable.cpp28 ClangExpressionVariable::ClangExpressionVariable(ExecutionContextScope *exe_scope, lldb::ByteOrder … in ClangExpressionVariable()
DMaterializer.cpp433 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/
DAppleObjCRuntime.h35 GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_scope);
/external/lldb/include/lldb/Symbol/
DVariable.h154 ExecutionContextScope *scope,
/external/lldb/source/Target/
DExecutionContext.cpp206 ExecutionContext::ExecutionContext (ExecutionContextScope *exe_scope_ptr) : in ExecutionContext()
216 ExecutionContext::ExecutionContext (ExecutionContextScope &exe_scope_ref) in ExecutionContext()
276 ExecutionContextScope *

123