Home
last modified time | relevance | path

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

123

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObjectConstResult.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,
67 Create (ExecutionContextScope *exe_scope,
148 ValueObjectConstResult (ExecutionContextScope *exe_scope,
153 ValueObjectConstResult (ExecutionContextScope *exe_scope,
159 ValueObjectConstResult (ExecutionContextScope *exe_scope,
167 ValueObjectConstResult (ExecutionContextScope *exe_scope,
[all …]
HDValueObjectMemory.h30 Create (ExecutionContextScope *exe_scope,
36 Create (ExecutionContextScope *exe_scope,
77 ValueObjectMemory (ExecutionContextScope *exe_scope,
82 ValueObjectMemory (ExecutionContextScope *exe_scope,
HDValueObjectRegister.h79 … Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32_t set_idx);
125 …ValueObjectRegisterSet (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uin…
137 … Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32_t reg_num);
188 …ValueObjectRegister (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32…
HDValueObjectVariable.h29 Create (ExecutionContextScope *exe_scope, const lldb::VariableSP &var_sp);
84 ValueObjectVariable (ExecutionContextScope *exe_scope, const lldb::VariableSP &var_sp);
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObjectConstResult.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()
131 ValueObjectConstResult::ValueObjectConstResult (ExecutionContextScope *exe_scope, in ValueObjectConstResult()
157 ValueObjectConstResult::Create (ExecutionContextScope *exe_scope, in Create()
172 ValueObjectConstResult::ValueObjectConstResult (ExecutionContextScope *exe_scope, in ValueObjectConstResult()
205 ExecutionContextScope *exe_scope, in Create()
[all …]
HDValueObjectMemory.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()
HDValueObjectRegister.cpp123 ValueObjectRegisterSet::Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_… in Create()
129 ValueObjectRegisterSet::ValueObjectRegisterSet (ExecutionContextScope *exe_scope, lldb::RegisterCon… in ValueObjectRegisterSet()
289 ValueObjectRegister::Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp,… in Create()
294 ValueObjectRegister::ValueObjectRegister (ExecutionContextScope *exe_scope, lldb::RegisterContextSP… in ValueObjectRegister()
HDAddress.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()
391 Address::Dump (Stream *s, ExecutionContextScope *exe_scope, DumpStyle style, DumpStyle fallback_sty… in Dump()
HDValueObjectVariable.cpp39 ValueObjectVariable::Create (ExecutionContextScope *exe_scope, const lldb::VariableSP &var_sp) in Create()
44 ValueObjectVariable::ValueObjectVariable (ExecutionContextScope *exe_scope, const lldb::VariableSP … in ValueObjectVariable()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDExecutionContext.h140 ExecutionContextRef (ExecutionContextScope *exe_scope);
154 ExecutionContextRef (ExecutionContextScope &exe_scope);
414 ExecutionContext (ExecutionContextScope *exe_scope);
415 ExecutionContext (ExecutionContextScope &exe_scope);
459 ExecutionContextScope *
HDExecutionContextScope.h39 class ExecutionContextScope
43 ~ExecutionContextScope () {} in ~ExecutionContextScope()
HDLanguageRuntime.h48 GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_scope) = 0;
HDCPPLanguageRuntime.h133 GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_scope);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDClangExpressionVariable.h66 …ClangExpressionVariable(ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, uint32_t add…
68 ClangExpressionVariable (ExecutionContextScope *exe_scope,
399 …CreateVariable (ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, uint32_t addr_byte_s… in CreateVariable()
415 CreateVariable (ExecutionContextScope *exe_scope, in CreateVariable()
HDClangFunction.h89 ClangFunction (ExecutionContextScope &exe_scope,
116 ClangFunction (ExecutionContextScope &exe_scope,
HDClangPersistentVariables.h42 CreatePersistentVariable (ExecutionContextScope *exe_scope,
HDClangExpressionParser.h53 ClangExpressionParser (ExecutionContextScope *exe_scope,
HDIRMemoryMap.h70 ExecutionContextScope *GetBestExecutionContextScope() const;
HDDWARFExpression.h271 Evaluate (ExecutionContextScope *exe_scope,
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionVariable.cpp23 ClangExpressionVariable::ClangExpressionVariable(ExecutionContextScope *exe_scope, lldb::ByteOrder … in ClangExpressionVariable()
31 ClangExpressionVariable::ClangExpressionVariable (ExecutionContextScope *exe_scope, in ClangExpressionVariable()
HDClangPersistentVariables.cpp35 ClangPersistentVariables::CreatePersistentVariable (ExecutionContextScope *exe_scope, in CreatePersistentVariable()
HDMaterializer.cpp434 ExecutionContextScope *scope = frame_sp.get(); in Materialize()
588 ExecutionContextScope *scope = frame_sp.get(); in Dematerialize()
833 ExecutionContextScope *exe_scope = map.GetBestExecutionContextScope(); in Dematerialize()
1057 ExecutionContextScope *exe_scope = map.GetBestExecutionContextScope(); in Materialize()
1355 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize()
1406 ExecutionContextScope *exe_scope = m_map->GetBestExecutionContextScope(); in Dematerialize()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTType.h354 GetByteSize (ExecutionContextScope *exe_scope) const;
357 GetBitSize (ExecutionContextScope *exe_scope) const;
600 ExecutionContextScope *exe_scope);
HDVariable.h152 ExecutionContextScope *scope,
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDExecutionContext.cpp220 ExecutionContext::ExecutionContext (ExecutionContextScope *exe_scope_ptr) : in ExecutionContext()
230 ExecutionContext::ExecutionContext (ExecutionContextScope &exe_scope_ref) in ExecutionContext()
298 ExecutionContextScope *

123