| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ValueObjectConstResult.h | 29 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 D | ValueObjectMemory.h | 25 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 D | ValueObjectRegister.h | 27 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 D | ValueObjectVariable.h | 28 class ExecutionContextScope; variable 37 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope, 82 ValueObjectVariable(ExecutionContextScope *exe_scope,
|
| H A D | DumpDataExtractor.h | 20 class ExecutionContextScope; variable 86 ExecutionContextScope *exe_scope = nullptr);
|
| H A D | Address.h | 23 class ExecutionContextScope; variable 235 bool Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectConstResult.cpp | 28 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 D | ValueObjectMemory.cpp | 25 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 D | ValueObjectRegister.cpp | 32 class ExecutionContextScope; 41 ValueObjectRegisterSet::Create(ExecutionContextScope *exe_scope, in Create() 50 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 D | Address.cpp | 60 static size_t ReadBytes(ExecutionContextScope *exe_scope, in ReadBytes() 75 static bool GetByteOrderAndAddressSize(ExecutionContextScope *exe_scope, in GetByteOrderAndAddressSize() 100 static uint64_t ReadUIntMax64(ExecutionContextScope *exe_scope, in ReadUIntMax64() 124 static bool ReadAddress(ExecutionContextScope *exe_scope, in ReadAddress() 161 static bool DumpUInt(ExecutionContextScope *exe_scope, const Address &address, in DumpUInt() 189 static size_t ReadCStringFromMemory(ExecutionContextScope *exe_scope, in ReadCStringFromMemory() 392 bool Address::Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style, in Dump()
|
| H A D | ValueObjectVariable.cpp | 40 class ExecutionContextScope; 51 ValueObjectVariable::Create(ExecutionContextScope *exe_scope, in Create() 57 ValueObjectVariable::ValueObjectVariable(ExecutionContextScope *exe_scope, in ValueObjectVariable()
|
| /freebsd-13.1/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 | 47 size_t Find(ExecutionContextScope *exe_scope, const char *key, 53 virtual bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, 91 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, 105 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in Find_Impl() 128 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in Find_Impl()
|
| H A D | LanguageRuntime.h | 72 ExecutionContextScope *exe_scope) = 0; 84 virtual CompilerType GetConcreteType(ExecutionContextScope *exe_scope, in GetConcreteType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionVariable.cpp | 24 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 D | ClangExpressionVariable.h | 62 ClangExpressionVariable(ExecutionContextScope *exe_scope, 65 ClangExpressionVariable(ExecutionContextScope *exe_scope, Value &value, 70 ClangExpressionVariable(ExecutionContextScope *exe_scope,
|
| H A D | ClangUserExpression.h | 118 ClangUserExpression(ExecutionContextScope &exe_scope, llvm::StringRef expr, 169 GetResultAfterDematerialization(ExecutionContextScope *exe_scope) override; 182 ExecutionContextScope *exe_scope, ExecutionContext &exe_ctx,
|
| H A D | ClangUserExpression.cpp | 69 ExecutionContextScope &exe_scope, llvm::StringRef expr, in ClangUserExpression() 560 DiagnosticManager &diagnostic_manager, ExecutionContextScope *exe_scope, in TryParse() 677 ExecutionContextScope *exe_scope = process; in Parse() 841 ExecutionContextScope *exe_scope = process; in Complete() 942 ExecutionContextScope *exe_scope) { in GetResultAfterDematerialization()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 185 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; 374 ExecutionContextScope *exe_scope); 394 ExecutionContextScope *exe_scope) const;
|
| H A D | TypeSystem.h | 223 ExecutionContextScope *exe_scope) = 0; 280 ExecutionContextScope *exe_scope) = 0; 380 ExecutionContextScope *exe_scope) = 0; 417 ExecutionContextScope *exe_scope) = 0;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | UserExpression.h | 58 UserExpression(ExecutionContextScope &exe_scope, llvm::StringRef expr, 212 GetResultAfterDematerialization(ExecutionContextScope *exe_scope) { in GetResultAfterDematerialization()
|
| H A D | ExpressionParser.h | 39 ExpressionParser(ExecutionContextScope *exe_scope, Expression &expr, in ExpressionParser()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 327 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() 742 ExecutionContextScope *exe_scope) { in DumpTypeValue() 783 ExecutionContextScope *exe_scope) const { in GetValueAsScalar()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | Expression.cpp | 23 Expression::Expression(ExecutionContextScope &exe_scope) in Expression()
|