| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ValueObjectConstResult.h | 32 class ExecutionContextScope; variable 47 Create(ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, 51 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, 56 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, 62 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, 66 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope, 71 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope, 132 ValueObjectConstResult(ExecutionContextScope *exe_scope, 136 ValueObjectConstResult(ExecutionContextScope *exe_scope, 141 ValueObjectConstResult(ExecutionContextScope *exe_scope, [all …]
|
| H A D | ValueObjectMemory.h | 26 class ExecutionContextScope; variable 39 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope, 44 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope, 73 ValueObjectMemory(ExecutionContextScope *exe_scope, llvm::StringRef name, 76 ValueObjectMemory(ExecutionContextScope *exe_scope, llvm::StringRef name,
|
| H A D | ValueObjectRegister.h | 32 class ExecutionContextScope; variable 88 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope, 124 ValueObjectRegisterSet(ExecutionContextScope *exe_scope, 137 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope, 180 ValueObjectRegister(ExecutionContextScope *exe_scope,
|
| H A D | ValueObjectVariable.h | 35 class ExecutionContextScope; variable 51 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope, 93 ValueObjectVariable(ExecutionContextScope *exe_scope,
|
| H A D | DumpDataExtractor.h | 21 class ExecutionContextScope; variable 89 ExecutionContextScope *exe_scope = nullptr);
|
| H A D | Address.h | 28 class ExecutionContextScope; variable 269 bool Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObjectConstResult.cpp | 29 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() 62 ExecutionContextScope *exe_scope, const CompilerType &compiler_type, in ValueObjectConstResult() 83 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() 95 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() 103 ExecutionContextScope *exe_scope, const CompilerType &compiler_type, in ValueObjectConstResult() 122 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() 134 ExecutionContextScope *exe_scope, const CompilerType &compiler_type, in ValueObjectConstResult() 165 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() 39 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create() 46 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory() 73 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory()
|
| H A D | ValueObjectRegister.cpp | 32 class ExecutionContextScope; 107 ValueObjectRegisterSet::Create(ExecutionContextScope *exe_scope, in Create() 113 ValueObjectRegisterSet::ValueObjectRegisterSet(ExecutionContextScope *exe_scope, in ValueObjectRegisterSet() 240 ValueObjectSP ValueObjectRegister::Create(ExecutionContextScope *exe_scope, in Create() 246 ValueObjectRegister::ValueObjectRegister(ExecutionContextScope *exe_scope, in ValueObjectRegister()
|
| H A D | Address.cpp | 61 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() 375 bool Address::Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style, in Dump()
|
| H A D | ValueObjectVariable.cpp | 41 class ExecutionContextScope; 52 ValueObjectVariable::Create(ExecutionContextScope *exe_scope, in Create() 57 ValueObjectVariable::ValueObjectVariable(ExecutionContextScope *exe_scope, in ValueObjectVariable()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ExecutionContext.h | 123 ExecutionContextRef(ExecutionContextScope *exe_scope); 136 ExecutionContextRef(ExecutionContextScope &exe_scope); 385 ExecutionContext(ExecutionContextScope *exe_scope); 386 ExecutionContext(ExecutionContextScope &exe_scope); 423 ExecutionContextScope *GetBestExecutionContextScope() const;
|
| 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 | ExecutionContextScope.h | 35 class ExecutionContextScope { 37 virtual ~ExecutionContextScope() {} in ~ExecutionContextScope()
|
| H A D | LanguageRuntime.h | 75 ExecutionContextScope *exe_scope) = 0; 87 virtual CompilerType GetConcreteType(ExecutionContextScope *exe_scope, in GetConcreteType()
|
| H A D | CPPLanguageRuntime.h | 53 ExecutionContextScope *exe_scope) override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionVariable.cpp | 25 ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, in ClangExpressionVariable() 35 ExecutionContextScope *exe_scope, Value &value, const ConstString &name, in ClangExpressionVariable() 52 ExecutionContextScope *exe_scope, const 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 | 110 ClangUserExpression(ExecutionContextScope &exe_scope, llvm::StringRef expr, 161 GetResultAfterDematerialization(ExecutionContextScope *exe_scope) override;
|
| H A D | ClangUserExpression.cpp | 61 ExecutionContextScope &exe_scope, llvm::StringRef expr, in ClangUserExpression() 490 ExecutionContextScope *exe_scope = process; in Parse() 680 ExecutionContextScope *exe_scope = process; in Complete() 773 ExecutionContextScope *exe_scope) { in GetResultAfterDematerialization()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | UserExpression.h | 61 UserExpression(ExecutionContextScope &exe_scope, llvm::StringRef expr, 233 GetResultAfterDematerialization(ExecutionContextScope *exe_scope) { in GetResultAfterDematerialization()
|
| H A D | ExpressionParser.h | 44 ExpressionParser(ExecutionContextScope *exe_scope, Expression &expr, in ExpressionParser()
|
| H A D | Expression.h | 42 Expression(ExecutionContextScope &exe_scope);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 291 llvm::Optional<uint64_t> GetByteSize(ExecutionContextScope *exe_scope) const; 293 llvm::Optional<uint64_t> GetBitSize(ExecutionContextScope *exe_scope) const; 401 ExecutionContextScope *exe_scope);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | Expression.cpp | 24 Expression::Expression(ExecutionContextScope &exe_scope) in Expression()
|