| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/ |
| H A D | typedefs.test | 16 CHECK-DAG: name = "char32_t", size = 4, compiler_type = {{.*}} char32_t 17 CHECK-DAG: name = "char16_t", size = 2, compiler_type = {{.*}} char16_t 19 CHECK-DAG: Type{{.*}} , size = 40, compiler_type = {{.*}} unsigned long[10] 23 CHECK-DAG: Type{{.*}} , size = 4, compiler_type = {{.*}} double * 24 CHECK-DAG: Type{{.*}} , size = 4, compiler_type = {{.*}} double *& 30 CHECK-DAG: Type{{.*}} , size = 4, compiler_type = {{.*}} int & 32 CHECK-DAG: Type{{.*}} , size = 4, compiler_type = {{.*}} unsigned char * 35 CHECK-DAG: Type{{.*}} , size = 4, compiler_type = {{.*}} short * 42 CHECK-DAG: Type{{.*}} , name = "void", compiler_type = {{.*}} void 43 CHECK-DAG: Type{{.*}} , size = 4, compiler_type = {{.*}} void * [all …]
|
| H A D | type-quals.test | 9 CHECK-DAG: Type{{.*}} , size = 4, compiler_type = {{.*}} const int * 10 CHECK-DAG: Type{{.*}} , size = 4, compiler_type = {{.*}} const int **const 11 CHECK-DAG: Type{{.*}} , size = 4, compiler_type = {{.*}} const int *const 12 CHECK-DAG: Type{{.*}} , size = 4, compiler_type = {{.*}} const int *const * 15 CHECK-DAG: Type{{.*}} , size = 4, compiler_type = {{.*}} volatile int * 18 CHECK-DAG: Type{{.*}} , size = 4, compiler_type = {{.*}} int * 19 CHECK-DAG: Type{{.*}} , size = 4, compiler_type = {{.*}} int *& 20 CHECK-DAG: Type{{.*}} , size = 4, compiler_type = {{.*}} int && 21 CHECK-DAG: Type{{.*}} , size = 4, compiler_type = {{.*}} int & 22 CHECK-DAG: Type{{.*}} , size = 4, compiler_type = {{.*}} const int & [all …]
|
| H A D | func-symbols.test | 11 …D0:.*]]} , name = "Func_arg_array", decl = FuncSymbolsTestMain.cpp:3, compiler_type = {{.*}} int (… 12 …ID1:.*]]} , name = "Func_arg_void", decl = FuncSymbolsTestMain.cpp:4, compiler_type = {{.*}} void … 13 …ID2:.*]]} , name = "Func_arg_none", decl = FuncSymbolsTestMain.cpp:5, compiler_type = {{.*}} void … 14 …UID3:.*]]} , name = "Func_varargs", decl = FuncSymbolsTestMain.cpp:6, compiler_type = {{.*}} void … 15 …Type{[[UID4:.*]]} , name = "Func", decl = FuncSymbolsTestMain.cpp:28, compiler_type = {{.*}} void … 16 …Type{[[UID5:.*]]} , name = "main", decl = FuncSymbolsTestMain.cpp:44, compiler_type = {{.*}} int (… 18 …7:.*]]} , name = "StaticFunction", decl = FuncSymbolsTestMain.cpp:35, compiler_type = {{.*}} long … 19 …Type{[[UID8:.*]]} , name = "Func", decl = FuncSymbolsTestMain.cpp:12, compiler_type = {{.*}} int (… 39 …ype{[[UID30:.*]]} , name = "FunctionCall", decl = FuncSymbols.cpp:13, compiler_type = {{.*}} void … 40 …pe{[[UID31:.*]]} , name = "StaticFunction", decl = FuncSymbols.cpp:4, compiler_type = {{.*}} long … [all …]
|
| H A D | enums-layout.test | 13 …"Enum", size = 4, decl = {{[Ss]}}imple{{[Tt]}}ypes{{[Tt]}}est.cpp:19, compiler_type = {{.*}} enum … 19 …onst", size = 4, decl = {{[Ss]}}imple{{[Tt]}}ypes{{[Tt]}}est.cpp:22, compiler_type = {{.*}} enum … 25 …mpty", size = 4, decl = {{[Ss]}}imple{{[Tt]}}ypes{{[Tt]}}est.cpp:25, compiler_type = {{.*}} enum … 28 …Char", size = 1, decl = {{[Ss]}}imple{{[Tt]}}ypes{{[Tt]}}est.cpp:28, compiler_type = {{.*}} enum … 35 …lass", size = 4, decl = {{[Ss]}}imple{{[Tt]}}ypes{{[Tt]}}est.cpp:32, compiler_type = {{.*}} enum … 41 …ruct", size = 4, decl = {{[Ss]}}imple{{[Tt]}}ypes{{[Tt]}}est.cpp:35, compiler_type = {{.*}} enum …
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ValueObjectConstResult.cpp | 52 const CompilerType &compiler_type, in Create() argument 57 return (new ValueObjectConstResult(exe_scope, *manager_sp, compiler_type, in Create() 64 const CompilerType &compiler_type, ConstString name, in ValueObjectConstResult() argument 77 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult() 92 return (new ValueObjectConstResult(exe_scope, *manager_sp, compiler_type, in Create() 110 const CompilerType &compiler_type, ConstString name, in ValueObjectConstResult() argument 119 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult() 133 return (new ValueObjectConstResult(exe_scope, *manager_sp, compiler_type, in Create() 163 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult() 296 ValueObjectConstResult::Cast(const CompilerType &compiler_type) { in Cast() argument [all …]
|
| H A D | ValueObjectConstResultImpl.cpp | 68 CompilerType compiler_type = m_impl_backend->GetCompilerType(); in CreateChildAtIndex() local 73 child_compiler_type = compiler_type.GetChildCompilerTypeAtIndex( in CreateChildAtIndex() 122 CompilerType compiler_type(m_impl_backend->GetCompilerType()); in AddressOf() local 131 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf() 144 ValueObjectConstResultImpl::Cast(const CompilerType &compiler_type) { in Cast() argument 150 compiler_type, m_live_address); in Cast()
|
| H A D | ValueObjectConstResultChild.cpp | 25 ValueObject &parent, const CompilerType &compiler_type, in ValueObjectConstResultChild() argument 30 : ValueObjectChild(parent, compiler_type, name, byte_size, byte_offset, in ValueObjectConstResultChild() 72 ValueObjectConstResultChild::Cast(const CompilerType &compiler_type) { in Cast() argument 73 return m_impl.Cast(compiler_type); in Cast()
|
| H A D | ValueObjectConstResultCast.cpp | 60 ValueObjectConstResultCast::Cast(const CompilerType &compiler_type) { in Cast() argument 61 return m_impl.Cast(compiler_type); in Cast()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIMacOSX_i386.cpp | 166 CompilerType compiler_type(value->GetCompilerType()); in GetArgumentValues() local 170 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) in GetArgumentValues() 173 else if (compiler_type.IsPointerType()) in GetArgumentValues() 190 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local 191 if (!compiler_type) { in SetReturnValueObject() 205 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() 206 compiler_type.IsPointerType()) { in SetReturnValueObject() 262 if (!compiler_type) in GetReturnValueObjectImpl() 267 value.SetCompilerType(compiler_type); in GetReturnValueObjectImpl() 275 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetReturnValueObjectImpl() [all …]
|
| H A D | ABIWindows_x86_64.cpp | 276 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local 277 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues() 282 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues() 286 } else if (compiler_type.IsPointerType()) { in GetArgumentValues() 304 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local 305 if (!compiler_type) { in SetReturnValueObject() 319 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() 320 compiler_type.IsPointerType()) { in SetReturnValueObject() 342 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 348 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
|
| H A D | ABISysV_x86_64.cpp | 269 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local 270 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues() 275 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues() 279 } else if (compiler_type.IsPointerType()) { in GetArgumentValues() 297 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local 298 if (!compiler_type) { in SetReturnValueObject() 312 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() 313 compiler_type.IsPointerType()) { in SetReturnValueObject() 335 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 341 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Variable.cpp | 467 const CompilerType &compiler_type, CompletionRequest &request); 482 compiler_type.GetDirectBaseClassAtIndex(i, nullptr); in PrivateAutoCompleteMembers() 495 compiler_type.GetVirtualBaseClassAtIndex(i, nullptr); in PrivateAutoCompleteMembers() 504 const uint32_t num_fields = compiler_type.GetNumFields(); in PrivateAutoCompleteMembers() 538 const lldb::TypeClass type_class = compiler_type.GetTypeClass(); in PrivateAutoComplete() 540 if (compiler_type.IsValid()) { in PrivateAutoComplete() 602 compiler_type, request); in PrivateAutoComplete() 631 if (compiler_type.IsValid()) { in PrivateAutoComplete() 669 if (compiler_type.IsValid()) { in PrivateAutoComplete() 716 CompilerType compiler_type; in AutoComplete() local [all …]
|
| H A D | Type.cpp | 146 const Declaration &decl, const CompilerType &compiler_type, in Type() argument 151 m_decl(decl), m_compiler_type(compiler_type), in Type() 152 m_compiler_type_resolve_state(compiler_type ? compiler_type_resolve_state in Type() 785 void TypeAndOrName::SetCompilerType(CompilerType compiler_type) { in SetCompilerType() argument 786 m_compiler_type = compiler_type; in SetCompilerType() 811 TypeImpl::TypeImpl(const CompilerType &compiler_type) in TypeImpl() argument 813 SetType(compiler_type); in TypeImpl() 838 void TypeImpl::SetType(const CompilerType &compiler_type) { in SetType() argument 840 m_static_type = compiler_type; in SetType() 849 void TypeImpl::SetType(const CompilerType &compiler_type, in SetType() argument [all …]
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 176 ValueObject &valobj, CompilerType compiler_type, in GetPossibleMatches() argument 180 compiler_type = compiler_type.GetTypeForFormatters(); in GetPossibleMatches() 181 ConstString type_name(compiler_type.GetTypeName()); in GetPossibleMatches() 218 if (compiler_type.IsPointerType()) { in GetPossibleMatches() 269 if (compiler_type.IsTypedefType()) { in GetPossibleMatches() 278 if (!compiler_type.IsValid()) in GetPossibleMatches() 282 compiler_type.GetFullyUnqualifiedType(); in GetPossibleMatches() 286 compiler_type.GetOpaqueQualType()) in GetPossibleMatches() 473 CompilerType compiler_type(valobj.GetCompilerType()); in ShouldPrintAsOneLiner() local 474 if (compiler_type.IsValid()) { in ShouldPrintAsOneLiner() [all …]
|
| H A D | TypeFormat.cpp | 65 CompilerType compiler_type = value.GetCompilerType(); in FormatObject() local 66 if (compiler_type) { in FormatObject() 70 lldb_private::Flags type_flags(compiler_type.GetTypeInfo( in FormatObject() 98 llvm::Optional<uint64_t> size = compiler_type.GetByteSize(exe_scope); in FormatObject() 102 compiler_type.DumpTypeValue( in FormatObject()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | ValueObjectConstResult.h | 42 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, 47 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, 53 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, 108 lldb::ValueObjectSP Cast(const CompilerType &compiler_type) override; 130 const CompilerType &compiler_type, ConstString name, 135 const CompilerType &compiler_type, ConstString name, 142 const CompilerType &compiler_type, ConstString name,
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABISysV_arm.cpp | 1351 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local 1352 if (compiler_type) { in GetArgumentValues() 1356 compiler_type.IsPointerOrReferenceType()) { in GetArgumentValues() 1441 if (!compiler_type) in GetReturnValueObjectImpl() 1446 value.SetCompilerType(compiler_type); in GetReturnValueObjectImpl() 1511 } else if (compiler_type.IsPointerType()) { in GetReturnValueObjectImpl() 1516 } else if (compiler_type.IsVectorType()) { in GetReturnValueObjectImpl() 1594 } else if (compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl() 1598 compiler_type.IsHomogeneousAggregate(&base_type); in GetReturnValueObjectImpl() 1735 if (!compiler_type) { in SetReturnValueObject() [all …]
|
| H A D | ABIMacOSX_arm.cpp | 1348 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local 1349 if (compiler_type) { in GetArgumentValues() 1357 else if (compiler_type.IsPointerOrReferenceType()) in GetArgumentValues() 1442 if (!compiler_type) in GetReturnValueObjectImpl() 1445 value.SetCompilerType(compiler_type); in GetReturnValueObjectImpl() 1457 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetReturnValueObjectImpl() 1479 compiler_type.GetByteSize(&thread); in GetReturnValueObjectImpl() 1564 } else if (compiler_type.IsPointerType()) { in GetReturnValueObjectImpl() 1590 if (!compiler_type) { in SetReturnValueObject() 1604 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/ARC/ |
| H A D | ABISysV_arc.cpp | 319 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local 320 if (!compiler_type) { in SetReturnValueObject() 328 if (!compiler_type.IsIntegerOrEnumerationType(is_signed) && in SetReturnValueObject() 329 !compiler_type.IsPointerType()) { in SetReturnValueObject() 447 CompilerType &compiler_type) const { in GetReturnValueObjectSimple() 448 if (!compiler_type) in GetReturnValueObjectSimple() 456 value.SetCompilerType(compiler_type); in GetReturnValueObjectSimple() 458 const uint32_t type_flags = compiler_type.GetTypeInfo(); in GetReturnValueObjectSimple() 461 const size_t byte_size = compiler_type.GetByteSize(&thread).value_or(0); in GetReturnValueObjectSimple() 483 if (compiler_type.IsFloatingPointType(float_count, is_complex) && in GetReturnValueObjectSimple() [all …]
|
| /llvm-project-15.0.7/lldb/unittests/SymbolFile/PDB/ |
| H A D | SymbolFilePDBTests.cpp | 372 CompilerType compiler_type = udt_type->GetForwardCompilerType(); in TEST_F() local 373 EXPECT_TRUE(TypeSystemClang::IsClassType(compiler_type.GetOpaqueQualType())); in TEST_F() 425 CompilerType compiler_type = udt_type->GetForwardCompilerType(); in TEST_F() local 426 EXPECT_TRUE(TypeSystemClang::IsClassType(compiler_type.GetOpaqueQualType())); in TEST_F() 469 CompilerType compiler_type = udt_type->GetForwardCompilerType(); in TEST_F() local 470 EXPECT_TRUE(TypeSystemClang::IsClassType(compiler_type.GetOpaqueQualType())); in TEST_F() 493 CompilerType compiler_type = enum_type->GetFullCompilerType(); in TEST_F() local 495 clang::EnumDecl *enum_decl = TypeSystemClang::GetAsEnumDecl(compiler_type); in TEST_F() 542 CompilerType compiler_type = typedef_type->GetFullCompilerType(); in TEST_F() local 544 llvm::dyn_cast_or_null<TypeSystemClang>(compiler_type.GetTypeSystem()); in TEST_F() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/SystemZ/ |
| H A D | ABISysV_s390x.cpp | 358 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local 359 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues() 364 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues() 368 } else if (compiler_type.IsPointerType()) { in GetArgumentValues() 386 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local 387 if (!compiler_type) { in SetReturnValueObject() 401 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() 402 compiler_type.IsPointerType()) { in SetReturnValueObject() 424 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 430 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | TaggedASTType.h | 20 TaggedASTType(const CompilerType &compiler_type) in TaggedASTType() argument 21 : CompilerType(compiler_type) {} in TaggedASTType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 182 return compiler_type.GetTypeName(); in GetPDBBuiltinTypeName() 792 lldb_private::CompilerType &compiler_type) { in CompleteTypeFromPDB() argument 793 if (GetClangASTImporter().CanImport(compiler_type)) in CompleteTypeFromPDB() 794 return GetClangASTImporter().CompleteType(compiler_type); in CompleteTypeFromPDB() 799 m_ast.GetAsCXXRecordDecl(compiler_type.GetOpaqueQualType()); in CompleteTypeFromPDB() 1200 lldb_private::CompilerType &compiler_type, in CompleteTypeFromUDT() argument 1212 AddRecordBases(symbol_file, compiler_type, in CompleteTypeFromUDT() 1222 AddRecordMethods(symbol_file, compiler_type, *methods_enum); in CompleteTypeFromUDT() 1225 TypeSystemClang::BuildIndirectFields(compiler_type); in CompleteTypeFromUDT() 1231 return static_cast<bool>(compiler_type); in CompleteTypeFromUDT() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 396 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local 397 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues() 401 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) in GetArgumentValues() 405 else if (compiler_type.IsPointerType()) in GetArgumentValues() 422 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local 423 if (!compiler_type) { in SetReturnValueObject() 437 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() 438 compiler_type.IsPointerType()) { in SetReturnValueObject() 460 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 466 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Language.cpp | 409 CompilerType compiler_type(match->GetFullCompilerType()); in Find_Impl() local 410 compiler_type = AdjustForInclusion(compiler_type); in Find_Impl() 411 if (!compiler_type) in Find_Impl() 414 new Result(compiler_type)); in Find_Impl()
|