| /freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/ |
| H A D | ValueObjectConstResult.h | 30 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, 53 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope, 59 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope, 64 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope, 121 ValueObjectConstResult(ExecutionContextScope *exe_scope, 126 ValueObjectConstResult(ExecutionContextScope *exe_scope, 131 ValueObjectConstResult(ExecutionContextScope *exe_scope, [all …]
|
| H A D | ValueObjectMemory.h | 26 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 D | ValueObjectRegister.h | 28 class ExecutionContextScope; variable 36 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope, 69 ValueObjectRegisterSet(ExecutionContextScope *exe_scope, 88 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope, 131 ValueObjectRegister(ExecutionContextScope *exe_scope,
|
| H A D | ValueObjectVariable.h | 29 class ExecutionContextScope; variable 38 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope, 84 ValueObjectVariable(ExecutionContextScope *exe_scope,
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectConstResult.cpp | 29 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() 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() 169 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() [all …]
|
| H A D | ValueObjectMemory.cpp | 26 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 D | ValueObjectRegister.cpp | 34 class ExecutionContextScope; 43 ValueObjectRegisterSet::Create(ExecutionContextScope *exe_scope, in Create() 52 ValueObjectRegisterSet::ValueObjectRegisterSet(ExecutionContextScope *exe_scope, in ValueObjectRegisterSet() 175 ValueObjectSP ValueObjectRegister::Create(ExecutionContextScope *exe_scope, in Create() 183 ValueObjectRegister::ValueObjectRegister(ExecutionContextScope *exe_scope, in ValueObjectRegister()
|
| H A D | ValueObjectVariable.cpp | 41 class ExecutionContextScope; 52 ValueObjectVariable::Create(ExecutionContextScope *exe_scope, in Create() 58 ValueObjectVariable::ValueObjectVariable(ExecutionContextScope *exe_scope, in ValueObjectVariable()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ExecutionContext.h | 108 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 D | ExecutionContextScope.h | 32 class ExecutionContextScope { 34 virtual ~ExecutionContextScope() = default;
|
| H A D | Language.h | 57 size_t Find(ExecutionContextScope *exe_scope, const char *key, 63 virtual bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, 100 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, 114 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in Find_Impl() 137 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in Find_Impl()
|
| H A D | LanguageRuntime.h | 81 ExecutionContextScope *exe_scope) = 0; 122 virtual CompilerType GetConcreteType(ExecutionContextScope *exe_scope, in GetConcreteType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionVariable.cpp | 26 ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, in ClangExpressionVariable() 35 ExecutionContextScope *exe_scope, Value &value, ConstString name, in ClangExpressionVariable() 50 ExecutionContextScope *exe_scope, ConstString name, in ClangExpressionVariable()
|
| H A D | ClangExpressionVariable.h | 66 ClangExpressionVariable(ExecutionContextScope *exe_scope, 69 ClangExpressionVariable(ExecutionContextScope *exe_scope, Value &value, 74 ClangExpressionVariable(ExecutionContextScope *exe_scope,
|
| H A D | ClangUserExpression.h | 124 ClangUserExpression(ExecutionContextScope &exe_scope, llvm::StringRef expr, 175 GetResultAfterDematerialization(ExecutionContextScope *exe_scope) override;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 309 CompilerType GetArrayElementType(ExecutionContextScope *exe_scope) const; 399 llvm::Expected<uint64_t> GetByteSize(ExecutionContextScope *exe_scope) const; 401 llvm::Expected<uint64_t> GetBitSize(ExecutionContextScope *exe_scope) const; 407 std::optional<size_t> GetTypeBitAlign(ExecutionContextScope *exe_scope) const; 519 ExecutionContextScope *exe_scope); 535 ExecutionContextScope *exe_scope) const;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | DumpRegisterValue.h | 18 class ExecutionContextScope; variable 31 ExecutionContextScope *exe_scope = nullptr,
|
| H A D | DumpDataExtractor.h | 20 class ExecutionContextScope; variable 95 ExecutionContextScope *exe_scope = nullptr,
|
| H A D | Address.h | 26 class ExecutionContextScope; variable 257 Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style,
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | Materializer.cpp | 458 ExecutionContextScope *scope = frame_sp.get(); in Materialize() 622 ExecutionContextScope *scope = frame_sp.get(); in Dematerialize() 780 SetupValueObject(ExecutionContextScope *scope) = 0; 787 GetByteSize(ExecutionContextScope *scope) const = 0; 798 GetTypeBitAlign(ExecutionContextScope *scope) const = 0; 822 lldb::ValueObjectSP SetupValueObject(ExecutionContextScope *scope) override { in SetupValueObject() 828 GetByteSize(ExecutionContextScope *scope) const override { in GetByteSize() 837 GetTypeBitAlign(ExecutionContextScope *scope) const override { in GetTypeBitAlign() 860 lldb::ValueObjectSP SetupValueObject(ExecutionContextScope *scope) override { in SetupValueObject() 871 GetByteSize(ExecutionContextScope *scope) const override { in GetByteSize() [all …]
|
| H A D | Expression.cpp | 23 Expression::Expression(ExecutionContextScope &exe_scope) in Expression()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | UserExpression.h | 58 UserExpression(ExecutionContextScope &exe_scope, llvm::StringRef expr, 220 GetResultAfterDematerialization(ExecutionContextScope *exe_scope) { in GetResultAfterDematerialization()
|
| H A D | Expression.h | 37 Expression(ExecutionContextScope &exe_scope);
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | DumpRegisterValue.cpp | 26 lldb_private::ExecutionContextScope *exe_scope, in dump_type_value() 66 ExecutionContextScope *exe_scope, in DumpRegisterValue()
|
| H A D | Address.cpp | 63 static size_t ReadBytes(ExecutionContextScope *exe_scope, in ReadBytes() 78 static bool GetByteOrderAndAddressSize(ExecutionContextScope *exe_scope, in GetByteOrderAndAddressSize() 103 static uint64_t ReadUIntMax64(ExecutionContextScope *exe_scope, in ReadUIntMax64() 127 static bool ReadAddress(ExecutionContextScope *exe_scope, in ReadAddress() 163 static bool DumpUInt(ExecutionContextScope *exe_scope, const Address &address, in DumpUInt() 191 static size_t ReadCStringFromMemory(ExecutionContextScope *exe_scope, in ReadCStringFromMemory() 396 bool Address::Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style, in Dump()
|