/external/llvm-project/lldb/test/Shell/SymbolFile/PDB/ |
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 18 CHECK-DAG: Type{{.*}} , name = "unsigned long", size = 4, compiler_type = {{.*}} unsigned long 19 CHECK-DAG: Type{{.*}} , size = 40, compiler_type = {{.*}} unsigned long [10] 20 CHECK-DAG: Type{{.*}} , name = "ULongArrayTypedef", compiler_type = {{.*}} typedef ULongArrayTypedef 22 ; Note: compiler_type of `long double` is represented by the one for `double` 23 CHECK-DAG: Type{{.*}} , name = "double", size = 8, compiler_type = {{.*}} double 24 CHECK-DAG: Type{{.*}} , size = 4, compiler_type = {{.*}} double * 25 CHECK-DAG: Type{{.*}} , size = 4, compiler_type = {{.*}} double *& 26 CHECK-DAG: Type{{.*}} , name = "RefTypedef", compiler_type = {{.*}} typedef RefTypedef [all …]
|
D | type-quals.test | 8 CHECK-DAG: Type{{.*}} , name = "const int", size = 4, compiler_type = {{.*}} const int 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 * 13 CHECK-DAG: Type{{.*}} , name = "Func1", {{.*}}, compiler_type = {{.*}} void (const int *, cons… 15 CHECK-DAG: Type{{.*}} , size = 4, compiler_type = {{.*}} volatile int * 16 CHECK-DAG: Type{{.*}} , name = "Func2", {{.*}}, compiler_type = {{.*}} void (volatile int *, v… 18 CHECK-DAG: Type{{.*}} , size = 4, compiler_type = {{.*}} int * 19 CHECK-DAG: Type{{.*}} , size = 4, compiler_type = {{.*}} int *& [all …]
|
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 (… 17 …Type{[[UID6:.*]]} , name = "Func", decl = FuncSymbolsTestMain.cpp:24, compiler_type = {{.*}} void … 18 …7:.*]]} , name = "StaticFunction", decl = FuncSymbolsTestMain.cpp:35, compiler_type = {{.*}} long … 19 …Type{[[UID8:.*]]} , name = "Func", decl = FuncSymbolsTestMain.cpp:12, compiler_type = {{.*}} int (… 20 …]} , name = "TemplateFunc<1,int>", decl = FuncSymbolsTestMain.cpp:18, compiler_type = {{.*}} void … [all …]
|
D | enums-layout.test | 13 ENUM: Type{{.*}} , name = "Enum", size = 4, decl = simpletypestest.cpp:19, compiler_type = {{.… 19 …{.*}} , name = "EnumConst", size = 4, decl = simpletypestest.cpp:22, compiler_type = {{.*}} enum … 25 …{.*}} , name = "EnumEmpty", size = 4, decl = simpletypestest.cpp:25, compiler_type = {{.*}} enum … 28 …{.*}} , name = "EnumUChar", size = 1, decl = simpletypestest.cpp:28, compiler_type = {{.*}} enum … 35 …{.*}} , name = "EnumClass", size = 4, decl = simpletypestest.cpp:32, compiler_type = {{.*}} enum … 41 ….*}} , name = "EnumStruct", size = 4, decl = simpletypestest.cpp:35, compiler_type = {{.*}} enum …
|
/external/llvm-project/lldb/source/Core/ |
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() 85 const CompilerType &compiler_type, in Create() argument 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() 127 const CompilerType &compiler_type, in Create() argument 133 return (new ValueObjectConstResult(exe_scope, *manager_sp, compiler_type, in Create() [all …]
|
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()
|
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()
|
/external/llvm-project/lldb/source/Plugins/ABI/X86/ |
D | ABIMacOSX_i386.cpp | 166 CompilerType compiler_type(value->GetCompilerType()); in GetArgumentValues() local 167 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues() 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() 240 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 258 CompilerType &compiler_type) const { in GetReturnValueObjectImpl() [all …]
|
D | ABIWindows_x86_64.cpp | 275 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local 276 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues() 281 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues() 285 } else if (compiler_type.IsPointerType()) { in GetArgumentValues() 303 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local 304 if (!compiler_type) { in SetReturnValueObject() 318 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() 319 compiler_type.IsPointerType()) { in SetReturnValueObject() 341 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 347 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
|
/external/llvm-project/lldb/source/Symbol/ |
D | Variable.cpp | 486 const CompilerType &compiler_type, CompletionRequest &request); 493 const CompilerType &compiler_type, CompletionRequest &request) { in PrivateAutoCompleteMembers() argument 496 const uint32_t num_bases = compiler_type.GetNumDirectBaseClasses(); in PrivateAutoCompleteMembers() 501 compiler_type.GetDirectBaseClassAtIndex(i, nullptr); in PrivateAutoCompleteMembers() 509 const uint32_t num_vbases = compiler_type.GetNumVirtualBaseClasses(); in PrivateAutoCompleteMembers() 514 compiler_type.GetVirtualBaseClassAtIndex(i, nullptr); in PrivateAutoCompleteMembers() 523 const uint32_t num_fields = compiler_type.GetNumFields(); in PrivateAutoCompleteMembers() 529 CompilerType member_compiler_type = compiler_type.GetFieldAtIndex( in PrivateAutoCompleteMembers() 552 const CompilerType &compiler_type, CompletionRequest &request) { in PrivateAutoComplete() argument 557 const lldb::TypeClass type_class = compiler_type.GetTypeClass(); in PrivateAutoComplete() [all …]
|
D | Type.cpp | 145 const Declaration &decl, const CompilerType &compiler_type, in Type() argument 150 m_decl(decl), m_compiler_type(compiler_type), in Type() 151 m_compiler_type_resolve_state(compiler_type ? compiler_type_resolve_state in Type() 787 void TypeAndOrName::SetCompilerType(CompilerType compiler_type) { in SetCompilerType() argument 788 m_compiler_type = compiler_type; in SetCompilerType() 813 TypeImpl::TypeImpl(const CompilerType &compiler_type) in TypeImpl() argument 815 SetType(compiler_type); in TypeImpl() 840 void TypeImpl::SetType(const CompilerType &compiler_type) { in SetType() argument 842 m_static_type = compiler_type; in SetType() 851 void TypeImpl::SetType(const CompilerType &compiler_type, in SetType() argument [all …]
|
/external/llvm-project/lldb/source/DataFormatters/ |
D | FormatManager.cpp | 177 ValueObject &valobj, CompilerType compiler_type, in GetPossibleMatches() argument 181 compiler_type = compiler_type.GetTypeForFormatters(); in GetPossibleMatches() 182 ConstString type_name(compiler_type.GetTypeName()); in GetPossibleMatches() 191 if (!compiler_type.IsMeaninglessWithoutDynamicResolution()) { in GetPossibleMatches() 195 ConstString display_type_name(compiler_type.GetTypeName()); in GetPossibleMatches() 202 j && compiler_type.IsReferenceType(nullptr, &is_rvalue_ref); j = false) { in GetPossibleMatches() 203 CompilerType non_ref_type = compiler_type.GetNonReferenceType(); in GetPossibleMatches() 219 if (compiler_type.IsPointerType()) { in GetPossibleMatches() 220 CompilerType non_ptr_type = compiler_type.GetPointeeType(); in GetPossibleMatches() 239 if (compiler_type.IsArrayType(nullptr, &array_size, nullptr)) { in GetPossibleMatches() [all …]
|
D | TypeFormat.cpp | 66 CompilerType compiler_type = value.GetCompilerType(); in FormatObject() local 67 if (compiler_type) { in FormatObject() 71 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()
|
/external/llvm-project/lldb/include/lldb/Core/ |
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,
|
/external/python/cryptography/src/_cffi_src/ |
D | utils.py | 69 def extra_link_args(compiler_type): argument 70 if compiler_type == 'msvc': 78 def compiler_type(): function 88 return compiler.compiler_type
|
D | build_openssl.py | 11 build_ffi_for_binding, compiler_type, extra_link_args 19 if platform == "win32" and compiler_type() == "msvc": 106 extra_link_args=extra_link_args(compiler_type()),
|
D | build_padding.py | 9 from _cffi_src.utils import build_ffi, compiler_type, extra_link_args 26 extra_link_args=extra_link_args(compiler_type()),
|
D | build_constant_time.py | 9 from _cffi_src.utils import build_ffi, compiler_type, extra_link_args 26 extra_link_args=extra_link_args(compiler_type()),
|
/external/llvm-project/lldb/source/Plugins/ABI/ARM/ |
D | ABISysV_arm.cpp | 1455 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local 1456 if (compiler_type) { in GetArgumentValues() 1459 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in GetArgumentValues() 1460 compiler_type.IsPointerOrReferenceType()) { in GetArgumentValues() 1461 if (llvm::Optional<uint64_t> size = compiler_type.GetBitSize(&thread)) in GetArgumentValues() 1541 Thread &thread, lldb_private::CompilerType &compiler_type) const { in GetReturnValueObjectImpl() 1545 if (!compiler_type) in GetReturnValueObjectImpl() 1550 value.SetCompilerType(compiler_type); in GetReturnValueObjectImpl() 1568 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() 1569 llvm::Optional<uint64_t> byte_size = compiler_type.GetByteSize(&thread); in GetReturnValueObjectImpl() [all …]
|
D | ABIMacOSX_arm.cpp | 1452 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local 1453 if (compiler_type) { in GetArgumentValues() 1456 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues() 1459 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) in GetArgumentValues() 1461 else if (compiler_type.IsPointerOrReferenceType()) in GetArgumentValues() 1542 Thread &thread, lldb_private::CompilerType &compiler_type) const { in GetReturnValueObjectImpl() 1546 if (!compiler_type) in GetReturnValueObjectImpl() 1549 value.SetCompilerType(compiler_type); in GetReturnValueObjectImpl() 1561 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetReturnValueObjectImpl() 1562 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() [all …]
|
/external/llvm-project/lldb/source/Plugins/ABI/ARC/ |
D | ABISysV_arc.cpp | 320 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local 321 if (!compiler_type) { in SetReturnValueObject() 329 if (!compiler_type.IsIntegerOrEnumerationType(is_signed) && in SetReturnValueObject() 330 !compiler_type.IsPointerType()) { in SetReturnValueObject() 448 CompilerType &compiler_type) const { in GetReturnValueObjectSimple() 449 if (!compiler_type) in GetReturnValueObjectSimple() 457 value.SetCompilerType(compiler_type); in GetReturnValueObjectSimple() 459 const uint32_t type_flags = compiler_type.GetTypeInfo(); in GetReturnValueObjectSimple() 462 const size_t byte_size = compiler_type.GetByteSize(&thread).getValueOr(0); in GetReturnValueObjectSimple() 484 if (compiler_type.IsFloatingPointType(float_count, is_complex) && in GetReturnValueObjectSimple() [all …]
|
/external/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
D | ABISysV_s390x.cpp | 357 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local 358 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues() 363 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) { in GetArgumentValues() 367 } else if (compiler_type.IsPointerType()) { in GetArgumentValues() 385 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local 386 if (!compiler_type) { in SetReturnValueObject() 400 if (compiler_type.IsIntegerOrEnumerationType(is_signed) || in SetReturnValueObject() 401 compiler_type.IsPointerType()) { in SetReturnValueObject() 423 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject() 429 compiler_type.GetBitSize(frame_sp.get()); in SetReturnValueObject()
|
/external/llvm-project/lldb/unittests/SymbolFile/PDB/ |
D | SymbolFilePDBTests.cpp | 363 CompilerType compiler_type = udt_type->GetForwardCompilerType(); in TEST_F() local 364 EXPECT_TRUE(TypeSystemClang::IsClassType(compiler_type.GetOpaqueQualType())); in TEST_F() 416 CompilerType compiler_type = udt_type->GetForwardCompilerType(); in TEST_F() local 417 EXPECT_TRUE(TypeSystemClang::IsClassType(compiler_type.GetOpaqueQualType())); in TEST_F() 460 CompilerType compiler_type = udt_type->GetForwardCompilerType(); in TEST_F() local 461 EXPECT_TRUE(TypeSystemClang::IsClassType(compiler_type.GetOpaqueQualType())); in TEST_F() 484 CompilerType compiler_type = enum_type->GetFullCompilerType(); in TEST_F() local 485 EXPECT_TRUE(TypeSystemClang::IsEnumType(compiler_type.GetOpaqueQualType())); in TEST_F() 486 clang::EnumDecl *enum_decl = TypeSystemClang::GetAsEnumDecl(compiler_type); in TEST_F() 533 CompilerType compiler_type = typedef_type->GetFullCompilerType(); in TEST_F() local [all …]
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | TaggedASTType.h | 20 TaggedASTType(const CompilerType &compiler_type) in TaggedASTType() argument 21 : CompilerType(compiler_type) {} in TaggedASTType()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | PDBASTParser.cpp | 152 CompilerType &compiler_type) { in GetPDBBuiltinTypeName() argument 180 return compiler_type.GetTypeName(); in GetPDBBuiltinTypeName() 770 lldb_private::CompilerType &compiler_type) { in CompleteTypeFromPDB() argument 771 if (GetClangASTImporter().CanImport(compiler_type)) in CompleteTypeFromPDB() 772 return GetClangASTImporter().CompleteType(compiler_type); in CompleteTypeFromPDB() 777 m_ast.GetAsCXXRecordDecl(compiler_type.GetOpaqueQualType()); in CompleteTypeFromPDB() 793 TypeSystemClang::SetHasExternalStorage(compiler_type.GetOpaqueQualType(), in CompleteTypeFromPDB() 802 return CompleteTypeFromUDT(*symbol_file, compiler_type, *udt); in CompleteTypeFromPDB() 1173 lldb_private::CompilerType &compiler_type, in CompleteTypeFromUDT() argument 1185 AddRecordBases(symbol_file, compiler_type, in CompleteTypeFromUDT() [all …]
|