| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ValueObjectConstResult.cpp | 33 return (new ValueObjectConstResult(exe_scope, *manager_sp, byte_order, in Create() 43 : ValueObject(exe_scope, manager), m_impl(this, address) { in ValueObjectConstResult() 63 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult() argument 66 : ValueObject(exe_scope, manager), m_impl(this, address) { in ValueObjectConstResult() 109 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult() argument 113 : ValueObject(exe_scope, manager), m_impl(this, address) { in ValueObjectConstResult() 140 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult() argument 143 : ValueObject(exe_scope, manager), m_type_name(), in ValueObjectConstResult() 179 : ValueObject(exe_scope, manager), m_impl(this) { in ValueObjectConstResult() 188 : ValueObject(exe_scope, manager), m_impl(this) { in ValueObjectConstResult() [all …]
|
| H A D | Address.cpp | 63 if (exe_scope == nullptr) in ReadBytes() 66 TargetSP target_sp(exe_scope->CalculateTarget()); in ReadBytes() 82 if (exe_scope == nullptr) in GetByteOrderAndAddressSize() 85 TargetSP target_sp(exe_scope->CalculateTarget()); in GetByteOrderAndAddressSize() 128 if (exe_scope == nullptr) in ReadAddress() 164 if (exe_scope == nullptr || byte_size == 0) in DumpUInt() 192 if (exe_scope == nullptr) in ReadCStringFromMemory() 415 ExecutionContext exe_ctx(exe_scope); in Dump() 612 DumpUInt(exe_scope, *this, 4, s); in Dump() 619 DumpUInt(exe_scope, *this, 8, s); in Dump() [all …]
|
| H A D | ValueObjectMemory.cpp | 31 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create() argument 36 return (new ValueObjectMemory(exe_scope, *manager_sp, name, address, type_sp)) in Create() 40 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create() argument 45 return (new ValueObjectMemory(exe_scope, *manager_sp, name, address, in Create() 50 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory() argument 55 : ValueObject(exe_scope, manager), m_address(address), m_type_sp(type_sp), in ValueObjectMemory() 78 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory() argument 83 : ValueObject(exe_scope, manager), m_address(address), m_type_sp(), in ValueObjectMemory()
|
| H A D | ValueObjectRegister.cpp | 42 ValueObjectRegisterSet::Create(ExecutionContextScope *exe_scope, in Create() argument 46 return (new ValueObjectRegisterSet(exe_scope, *manager_sp, reg_ctx_sp, in Create() 51 ValueObjectRegisterSet::ValueObjectRegisterSet(ExecutionContextScope *exe_scope, in ValueObjectRegisterSet() argument 55 : ValueObject(exe_scope, manager), m_reg_ctx_sp(reg_ctx), in ValueObjectRegisterSet() 178 ValueObjectSP ValueObjectRegister::Create(ExecutionContextScope *exe_scope, in Create() argument 182 return (new ValueObjectRegister(exe_scope, *manager_sp, reg_ctx_sp, reg_info)) in Create() 186 ValueObjectRegister::ValueObjectRegister(ExecutionContextScope *exe_scope, in ValueObjectRegister() argument 190 : ValueObject(exe_scope, manager), m_reg_ctx_sp(reg_ctx), m_reg_info(), in ValueObjectRegister()
|
| H A D | DumpDataExtractor.cpp | 147 if (exe_scope) in DumpInstructions() 148 target_sp = exe_scope->CalculateTarget(); in DumpInstructions() 175 exe_scope->CalculateExecutionContext(exe_ctx); in DumpInstructions() 262 ExecutionContextScope *exe_scope) { in GetMemoryTags() argument 265 if (!exe_scope) in GetMemoryTags() 268 TargetSP target_sp = exe_scope->CalculateTarget(); in GetMemoryTags() 649 if (exe_scope) in DumpDataExtractor() 650 target_sp = exe_scope->CalculateTarget(); in DumpDataExtractor() 728 if (exe_scope) { in DumpDataExtractor() 739 so_addr.Dump(s, exe_scope, in DumpDataExtractor() [all …]
|
| H A D | ValueObjectVariable.cpp | 51 ValueObjectVariable::Create(ExecutionContextScope *exe_scope, in Create() argument 54 return (new ValueObjectVariable(exe_scope, *manager_sp, var_sp))->GetSP(); in Create() 57 ValueObjectVariable::ValueObjectVariable(ExecutionContextScope *exe_scope, in ValueObjectVariable() argument 60 : ValueObject(exe_scope, manager), m_variable_sp(var_sp) { in ValueObjectVariable()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | ValueObjectConstResult.h | 38 Create(ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, 42 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, 47 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 | 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 | 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 | 37 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope, 82 ValueObjectVariable(ExecutionContextScope *exe_scope,
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionVariable.cpp | 24 ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, in ClangExpressionVariable() argument 30 ValueObjectConstResult::Create(exe_scope, byte_order, addr_byte_size); in ClangExpressionVariable() 34 ExecutionContextScope *exe_scope, Value &value, ConstString name, in ClangExpressionVariable() argument 39 m_frozen_sp = ValueObjectConstResult::Create(exe_scope, value, name); in ClangExpressionVariable() 51 ExecutionContextScope *exe_scope, ConstString name, in ClangExpressionVariable() argument 58 ValueObjectConstResult::Create(exe_scope, byte_order, addr_byte_size); in ClangExpressionVariable()
|
| H A D | ClangUserExpression.cpp | 66 ExecutionContextScope &exe_scope, llvm::StringRef expr, in ClangUserExpression() argument 70 : LLVMUserExpression(exe_scope, expr, prefix, language, desired_type, in ClangUserExpression() 674 ExecutionContextScope *exe_scope = process; in Parse() local 676 if (!exe_scope) in Parse() 677 exe_scope = exe_ctx.GetTargetPtr(); in Parse() 699 parse_success = TryParse(retry_manager, exe_scope, exe_ctx, in Parse() 845 ExecutionContextScope *exe_scope = process; in Complete() local 847 if (!exe_scope) in Complete() 848 exe_scope = exe_ctx.GetTargetPtr(); in Complete() 850 ClangExpressionParser parser(exe_scope, *this, false); in Complete() [all …]
|
| 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 | ClangFunctionCaller.cpp | 49 ClangFunctionCaller::ClangFunctionCaller(ExecutionContextScope &exe_scope, in ClangFunctionCaller() argument 54 : FunctionCaller(exe_scope, return_type, functionAddress, arg_value_list, in ClangFunctionCaller() 57 m_jit_process_wp = lldb::ProcessWP(exe_scope.CalculateProcess()); in ClangFunctionCaller()
|
| H A D | ClangUserExpression.h | 120 ClangUserExpression(ExecutionContextScope &exe_scope, llvm::StringRef expr, 171 GetResultAfterDematerialization(ExecutionContextScope *exe_scope) override; 184 ExecutionContextScope *exe_scope, ExecutionContext &exe_ctx,
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| 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, 90 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, 104 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in Find_Impl() argument 108 if (scavenger && scavenger->Find(exe_scope, key, results, append)) in Find_Impl() 127 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in Find_Impl() argument 133 success = scavenger->Find(exe_scope, key, results, append) || success; in Find_Impl()
|
| 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);
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | Materializer.cpp | 934 if (!exe_scope) in Materialize() 988 if (!exe_scope) in Dematerialize() 991 if (!exe_scope) { in Dematerialize() 1216 if (!exe_scope) in Materialize() 1221 if (exe_scope) in Materialize() 1496 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local 1497 if (!exe_scope) in Materialize() 1498 exe_scope = map.GetBestExecutionContextScope(); in Materialize() 1510 if (!exe_scope) { in Materialize() 1547 if (!exe_scope) in Dematerialize() [all …]
|
| H A D | Expression.cpp | 23 Expression::Expression(ExecutionContextScope &exe_scope) in Expression() argument 24 : m_target_wp(exe_scope.CalculateTarget()), in Expression()
|
| H A D | UtilityFunction.cpp | 38 UtilityFunction::UtilityFunction(ExecutionContextScope &exe_scope, in UtilityFunction() argument 41 : Expression(exe_scope), m_execution_unit_sp(), m_jit_module_wp(), in UtilityFunction()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 327 CompilerType::GetArrayElementType(ExecutionContextScope *exe_scope) const { in GetArrayElementType() 329 return m_type_system->GetArrayElementType(m_type, exe_scope); in GetArrayElementType() 482 CompilerType::GetBitSize(ExecutionContextScope *exe_scope) const { in GetBitSize() 484 return m_type_system->GetBitSize(m_type, exe_scope); in GetBitSize() 489 CompilerType::GetByteSize(ExecutionContextScope *exe_scope) const { in GetByteSize() 490 if (llvm::Optional<uint64_t> bit_size = GetBitSize(exe_scope)) in GetByteSize() 497 return m_type_system->GetTypeBitAlign(m_type, exe_scope); in GetTypeBitAlign() 744 ExecutionContextScope *exe_scope) { in DumpTypeValue() argument 749 bitfield_bit_offset, exe_scope); in DumpTypeValue() 785 ExecutionContextScope *exe_scope) const { in GetValueAsScalar() [all …]
|
| /llvm-project-15.0.7/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; 388 ExecutionContextScope *exe_scope); 408 ExecutionContextScope *exe_scope) const;
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Language.cpp | 376 size_t Language::TypeScavenger::Find(ExecutionContextScope *exe_scope, in Find() argument 379 if (!exe_scope || !exe_scope->CalculateTarget().get()) in Find() 390 if (this->Find_Impl(exe_scope, key, results)) in Find() 396 ExecutionContextScope *exe_scope, const char *key, ResultSet &results) { in Find_Impl() argument 399 Target *target = exe_scope->CalculateTarget().get(); in Find_Impl()
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 96 ExecutionContextScope *exe_scope = in FormatObject() local 98 llvm::Optional<uint64_t> size = compiler_type.GetByteSize(exe_scope); in FormatObject() 110 exe_scope); in FormatObject()
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 566 ExecutionContextScope *exe_scope = nullptr; in GetDescription() local 569 exe_scope = target->GetProcessSP().get(); in GetDescription() 570 if (exe_scope == nullptr) in GetDescription() 571 exe_scope = target; in GetDescription() 574 m_address.Dump(s, exe_scope, Address::DumpStyleLoadAddress, in GetDescription() 577 m_address.Dump(s, exe_scope, Address::DumpStyleLoadAddress, in GetDescription()
|