Home
last modified time | relevance | path

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

1234

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectConstResult.h32 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 DValueObjectMemory.h26 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 DValueObjectRegister.h32 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 DValueObjectVariable.h35 class ExecutionContextScope; variable
51 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope,
93 ValueObjectVariable(ExecutionContextScope *exe_scope,
H A DDumpDataExtractor.h21 class ExecutionContextScope; variable
89 ExecutionContextScope *exe_scope = nullptr);
H A DAddress.h28 class ExecutionContextScope; variable
269 bool Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResult.cpp29 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 DValueObjectMemory.cpp26 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 DValueObjectRegister.cpp32 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 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()
375 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()
57 ValueObjectVariable::ValueObjectVariable(ExecutionContextScope *exe_scope, in ValueObjectVariable()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DExecutionContext.h123 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 DLanguage.h47 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 DExecutionContextScope.h35 class ExecutionContextScope {
37 virtual ~ExecutionContextScope() {} in ~ExecutionContextScope()
H A DLanguageRuntime.h75 ExecutionContextScope *exe_scope) = 0;
87 virtual CompilerType GetConcreteType(ExecutionContextScope *exe_scope, in GetConcreteType()
H A DCPPLanguageRuntime.h53 ExecutionContextScope *exe_scope) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.cpp25 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 DClangExpressionVariable.h62 ClangExpressionVariable(ExecutionContextScope *exe_scope,
65 ClangExpressionVariable(ExecutionContextScope *exe_scope, Value &value,
70 ClangExpressionVariable(ExecutionContextScope *exe_scope,
H A DClangUserExpression.h110 ClangUserExpression(ExecutionContextScope &exe_scope, llvm::StringRef expr,
161 GetResultAfterDematerialization(ExecutionContextScope *exe_scope) override;
H A DClangUserExpression.cpp61 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 DUserExpression.h61 UserExpression(ExecutionContextScope &exe_scope, llvm::StringRef expr,
233 GetResultAfterDematerialization(ExecutionContextScope *exe_scope) { in GetResultAfterDematerialization()
H A DExpressionParser.h44 ExpressionParser(ExecutionContextScope *exe_scope, Expression &expr, in ExpressionParser()
H A DExpression.h42 Expression(ExecutionContextScope &exe_scope);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h291 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 DExpression.cpp24 Expression::Expression(ExecutionContextScope &exe_scope) in Expression()

1234