Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectConstResult.h30 class ExecutionContextScope; variable
39 Create(ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order,
43 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type,
48 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type,
54 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type,
58 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope,
63 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope,
124 ValueObjectConstResult(ExecutionContextScope *exe_scope,
129 ValueObjectConstResult(ExecutionContextScope *exe_scope,
134 ValueObjectConstResult(ExecutionContextScope *exe_scope,
[all …]
H A DValueObjectMemory.h26 class ExecutionContextScope; variable
34 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope,
39 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope,
68 ValueObjectMemory(ExecutionContextScope *exe_scope,
72 ValueObjectMemory(ExecutionContextScope *exe_scope,
H A DValueObjectRegister.h28 class ExecutionContextScope; variable
36 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope,
72 ValueObjectRegisterSet(ExecutionContextScope *exe_scope,
86 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope,
129 ValueObjectRegister(ExecutionContextScope *exe_scope,
H A DValueObjectVariable.h29 class ExecutionContextScope; variable
38 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope,
83 ValueObjectVariable(ExecutionContextScope *exe_scope,
H A DDumpRegisterValue.h17 class ExecutionContextScope; variable
28 ExecutionContextScope *exe_scope = nullptr);
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,
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectConstResult.cpp29 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create()
39 ValueObjectConstResult::ValueObjectConstResult(ExecutionContextScope *exe_scope, in ValueObjectConstResult()
52 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create()
64 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult()
85 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create()
99 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create()
110 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult()
127 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create()
141 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult()
171 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create()
[all …]
H A DValueObjectMemory.cpp26 class ExecutionContextScope;
32 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create()
41 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create()
51 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory()
79 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory()
H A DValueObjectRegister.cpp34 class ExecutionContextScope;
43 ValueObjectRegisterSet::Create(ExecutionContextScope *exe_scope, in Create()
52 ValueObjectRegisterSet::ValueObjectRegisterSet(ExecutionContextScope *exe_scope, in ValueObjectRegisterSet()
179 ValueObjectSP ValueObjectRegister::Create(ExecutionContextScope *exe_scope, in Create()
187 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.cpp41 class ExecutionContextScope;
52 ValueObjectVariable::Create(ExecutionContextScope *exe_scope, in Create()
58 ValueObjectVariable::ValueObjectVariable(ExecutionContextScope *exe_scope, in ValueObjectVariable()
/openbsd-src/gnu/llvm/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.h73 ExecutionContextScope *exe_scope) = 0;
85 virtual CompilerType GetConcreteType(ExecutionContextScope *exe_scope, in GetConcreteType()
/openbsd-src/gnu/llvm/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.h121 ClangUserExpression(ExecutionContextScope &exe_scope, llvm::StringRef expr,
172 GetResultAfterDematerialization(ExecutionContextScope *exe_scope) override;
185 ExecutionContextScope *exe_scope, ExecutionContext &exe_ctx,
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h246 CompilerType GetArrayElementType(ExecutionContextScope *exe_scope) const;
330 std::optional<uint64_t> GetByteSize(ExecutionContextScope *exe_scope) const;
332 std::optional<uint64_t> GetBitSize(ExecutionContextScope *exe_scope) const;
338 std::optional<size_t> GetTypeBitAlign(ExecutionContextScope *exe_scope) const;
448 ExecutionContextScope *exe_scope);
468 ExecutionContextScope *exe_scope) const;
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DMaterializer.cpp452 ExecutionContextScope *scope = frame_sp.get(); in Materialize()
616 ExecutionContextScope *scope = frame_sp.get(); in Dematerialize()
772 SetupValueObject(ExecutionContextScope *scope) = 0;
779 GetByteSize(ExecutionContextScope *scope) const = 0;
790 GetTypeBitAlign(ExecutionContextScope *scope) const = 0;
814 lldb::ValueObjectSP SetupValueObject(ExecutionContextScope *scope) override { in SetupValueObject()
820 GetByteSize(ExecutionContextScope *scope) const override { in GetByteSize()
829 GetTypeBitAlign(ExecutionContextScope *scope) const override { in GetTypeBitAlign()
852 lldb::ValueObjectSP SetupValueObject(ExecutionContextScope *scope) override { in SetupValueObject()
863 GetByteSize(ExecutionContextScope *scope) const override { in GetByteSize()
[all …]
H A DExpression.cpp23 Expression::Expression(ExecutionContextScope &exe_scope) in Expression()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp382 CompilerType::GetArrayElementType(ExecutionContextScope *exe_scope) const { in GetArrayElementType()
552 CompilerType::GetBitSize(ExecutionContextScope *exe_scope) const { in GetBitSize()
560 CompilerType::GetByteSize(ExecutionContextScope *exe_scope) const { in GetByteSize()
567 CompilerType::GetTypeBitAlign(ExecutionContextScope *exe_scope) const { in GetTypeBitAlign()
837 ExecutionContextScope *exe_scope) { in DumpTypeValue()
881 ExecutionContextScope *exe_scope) const { in GetValueAsScalar()

1234