Home
last modified time | relevance | path

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

1234

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObjectConstResult.h29 class ExecutionContextScope; variable
38 Create(ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order,
42 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type,
57 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope,
62 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope,
123 ValueObjectConstResult(ExecutionContextScope *exe_scope,
128 ValueObjectConstResult(ExecutionContextScope *exe_scope,
133 ValueObjectConstResult(ExecutionContextScope *exe_scope,
140 ValueObjectConstResult(ExecutionContextScope *exe_scope,
146 ValueObjectConstResult(ExecutionContextScope *exe_scope,
[all …]
H A DValueObjectMemory.h25 class ExecutionContextScope; variable
33 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope,
38 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope,
67 ValueObjectMemory(ExecutionContextScope *exe_scope,
71 ValueObjectMemory(ExecutionContextScope *exe_scope,
H A DValueObjectRegister.h27 class ExecutionContextScope; variable
35 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope,
71 ValueObjectRegisterSet(ExecutionContextScope *exe_scope,
85 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope,
128 ValueObjectRegister(ExecutionContextScope *exe_scope,
H A DValueObjectVariable.h28 class ExecutionContextScope; variable
37 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope,
82 ValueObjectVariable(ExecutionContextScope *exe_scope,
H A DDumpDataExtractor.h20 class ExecutionContextScope; variable
95 ExecutionContextScope *exe_scope = nullptr,
H A DAddress.h23 class ExecutionContextScope; variable
247 bool Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style,
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectConstResult.cpp28 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create()
38 ValueObjectConstResult::ValueObjectConstResult(ExecutionContextScope *exe_scope, in ValueObjectConstResult()
51 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create()
63 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult()
84 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create()
98 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create()
109 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult()
126 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create()
140 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult()
170 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create()
[all …]
H A DValueObjectMemory.cpp25 class ExecutionContextScope;
31 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create()
40 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create()
50 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory()
78 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory()
H A DValueObjectRegister.cpp33 class ExecutionContextScope;
42 ValueObjectRegisterSet::Create(ExecutionContextScope *exe_scope, in Create()
51 ValueObjectRegisterSet::ValueObjectRegisterSet(ExecutionContextScope *exe_scope, in ValueObjectRegisterSet()
178 ValueObjectSP ValueObjectRegister::Create(ExecutionContextScope *exe_scope, in Create()
186 ValueObjectRegister::ValueObjectRegister(ExecutionContextScope *exe_scope, in ValueObjectRegister()
H A DAddress.cpp61 static size_t ReadBytes(ExecutionContextScope *exe_scope, in ReadBytes()
76 static bool GetByteOrderAndAddressSize(ExecutionContextScope *exe_scope, in GetByteOrderAndAddressSize()
101 static uint64_t ReadUIntMax64(ExecutionContextScope *exe_scope, in ReadUIntMax64()
125 static bool ReadAddress(ExecutionContextScope *exe_scope, in ReadAddress()
162 static bool DumpUInt(ExecutionContextScope *exe_scope, const Address &address, in DumpUInt()
190 static size_t ReadCStringFromMemory(ExecutionContextScope *exe_scope, in ReadCStringFromMemory()
406 bool Address::Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style, in Dump()
H A DValueObjectVariable.cpp40 class ExecutionContextScope;
51 ValueObjectVariable::Create(ExecutionContextScope *exe_scope, in Create()
57 ValueObjectVariable::ValueObjectVariable(ExecutionContextScope *exe_scope, in ValueObjectVariable()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DExecutionContext.h108 ExecutionContextRef(ExecutionContextScope *exe_scope);
119 ExecutionContextRef(ExecutionContextScope &exe_scope);
325 ExecutionContext(ExecutionContextScope *exe_scope);
326 ExecutionContext(ExecutionContextScope &exe_scope);
359 ExecutionContextScope *GetBestExecutionContextScope() const;
H A DExecutionContextScope.h32 class ExecutionContextScope {
34 virtual ~ExecutionContextScope() = default;
H A DLanguage.h47 size_t Find(ExecutionContextScope *exe_scope, const char *key,
53 virtual bool Find_Impl(ExecutionContextScope *exe_scope, const char *key,
90 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key,
104 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in Find_Impl()
127 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in Find_Impl()
H A DLanguageRuntime.h72 ExecutionContextScope *exe_scope) = 0;
84 virtual CompilerType GetConcreteType(ExecutionContextScope *exe_scope, in GetConcreteType()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.cpp24 ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, in ClangExpressionVariable()
34 ExecutionContextScope *exe_scope, Value &value, ConstString name, in ClangExpressionVariable()
51 ExecutionContextScope *exe_scope, ConstString name, in ClangExpressionVariable()
H A DClangExpressionVariable.h62 ClangExpressionVariable(ExecutionContextScope *exe_scope,
65 ClangExpressionVariable(ExecutionContextScope *exe_scope, Value &value,
70 ClangExpressionVariable(ExecutionContextScope *exe_scope,
H A DClangUserExpression.h120 ClangUserExpression(ExecutionContextScope &exe_scope, llvm::StringRef expr,
171 GetResultAfterDematerialization(ExecutionContextScope *exe_scope) override;
184 ExecutionContextScope *exe_scope, ExecutionContext &exe_ctx,
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h185 CompilerType GetArrayElementType(ExecutionContextScope *exe_scope) const;
269 llvm::Optional<uint64_t> GetByteSize(ExecutionContextScope *exe_scope) const;
271 llvm::Optional<uint64_t> GetBitSize(ExecutionContextScope *exe_scope) const;
278 GetTypeBitAlign(ExecutionContextScope *exe_scope) const;
388 ExecutionContextScope *exe_scope);
408 ExecutionContextScope *exe_scope) const;
H A DTypeSystem.h222 ExecutionContextScope *exe_scope) = 0;
279 ExecutionContextScope *exe_scope) = 0;
383 ExecutionContextScope *exe_scope) = 0;
426 ExecutionContextScope *exe_scope) = 0;
/llvm-project-15.0.7/lldb/source/Expression/
H A DMaterializer.cpp451 ExecutionContextScope *scope = frame_sp.get(); in Materialize()
615 ExecutionContextScope *scope = frame_sp.get(); in Dematerialize()
771 SetupValueObject(ExecutionContextScope *scope) = 0;
778 GetByteSize(ExecutionContextScope *scope) const = 0;
789 GetTypeBitAlign(ExecutionContextScope *scope) const = 0;
819 GetByteSize(ExecutionContextScope *scope) const override { in GetByteSize()
933 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize()
987 ExecutionContextScope *exe_scope = frame_sp.get(); in Dematerialize()
1215 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize()
1496 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize()
[all …]
H A DExpression.cpp23 Expression::Expression(ExecutionContextScope &exe_scope) in Expression()
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DUserExpression.h58 UserExpression(ExecutionContextScope &exe_scope, llvm::StringRef expr,
212 GetResultAfterDematerialization(ExecutionContextScope *exe_scope) { in GetResultAfterDematerialization()
H A DExpressionParser.h39 ExpressionParser(ExecutionContextScope *exe_scope, Expression &expr, in ExpressionParser()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp327 CompilerType::GetArrayElementType(ExecutionContextScope *exe_scope) const { in GetArrayElementType()
482 CompilerType::GetBitSize(ExecutionContextScope *exe_scope) const { in GetBitSize()
489 CompilerType::GetByteSize(ExecutionContextScope *exe_scope) const { in GetByteSize()
495 llvm::Optional<size_t> CompilerType::GetTypeBitAlign(ExecutionContextScope *exe_scope) const { in GetTypeBitAlign()
744 ExecutionContextScope *exe_scope) { in DumpTypeValue()
785 ExecutionContextScope *exe_scope) const { in GetValueAsScalar()

1234