| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFFLinkGraphBuilder.cpp | 419 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, false); in createDefinedSymbol() 437 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, false); in createDefinedSymbol() 443 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, false); in createDefinedSymbol() 537 Target->setCallable(Symbol.getComplexType() == in exportCOMDATSymbol()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 34 static const ComplexType *getComplexType(QualType type) { in getComplexType() function 398 CGF.ConvertType(getComplexType(E->getType())->getElementType()); in VisitExpr() 1122 assert(E && getComplexType(E->getType()) && in EmitComplexExpr() 1131 assert(E && getComplexType(E->getType()) && in EmitComplexExprIntoLValue()
|
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestTypeSystemClang.cpp | 65 context.getComplexType(context.DoubleTy))); in TEST_F() 69 context.getComplexType(context.FloatTy))); in TEST_F() 82 context.getComplexType(context.LongDoubleTy))); in TEST_F()
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | coff2yaml.cpp | 288 Sym.ComplexType = COFF::SymbolComplexType(Symbol.getComplexType()); in dumpSymbols()
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | COFF.h | 350 uint8_t getComplexType() const { in getComplexType() function 397 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1342 QualType getComplexType(QualType T) const; 1343 CanQualType getComplexType(CanQualType T) const { in getComplexType() function 1344 return CanQualType::CreateUnsafe(getComplexType((QualType) T)); in getComplexType()
|
| H A D | TypeProperties.td | 17 def : Creator<[{ return ctx.getComplexType(elementType); }]>;
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 972 ast.getComplexType(ClangUtil::GetQualType(complex_int_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize() 977 CanQualType FloatComplexTy = ast.getComplexType(ast.FloatTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 981 CanQualType DoubleComplexTy = ast.getComplexType(ast.DoubleTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 985 CanQualType LongDoubleComplexTy = ast.getComplexType(ast.LongDoubleTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 993 ast.getComplexType(ClangUtil::GetQualType(complex_float_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize() 2062 return ast->getComplexType(ast->FloatTy).getAsOpaquePtr(); in GetOpaqueCompilerType() 2064 return ast->getComplexType(ast->DoubleTy).getAsOpaquePtr(); in GetOpaqueCompilerType() 2066 return ast->getComplexType(ast->LongDoubleTy).getAsOpaquePtr(); in GetOpaqueCompilerType()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 191 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 797 Context.getComplexType(Context.DoubleTy), in UsualUnaryConversions() 806 E, Context.getComplexType(Context.LongDoubleTy), in UsualUnaryConversions() 1138 QualType ResultType = S.Context.getComplexType(LHSElementType); in handleComplexFloatConversion() 1141 ResultType = S.Context.getComplexType(RHSElementType); in handleComplexFloatConversion() 1175 QualType result = S.Context.getComplexType(FloatTy); in handleIntToFloatConversion() 1277 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast() 1349 return S.Context.getComplexType(ScalarType); in handleComplexIntConversion() 1357 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion() 1370 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion() 4154 Context.getComplexType(Res->getType())); in ActOnNumericConstant()
|
| H A D | SemaType.cpp | 1763 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
|
| H A D | SemaDeclAttr.cpp | 4639 NewElemTy = Context.getComplexType(NewElemTy); in AddModeAttr()
|
| H A D | SemaChecking.cpp | 7381 TheCall->setType(Context.getComplexType(Real->getType())); in SemaBuiltinComplex()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Writer.cpp | 1605 if (d->getCOFFSymbol().getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) { in maybeAddAddressTakenFunction()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1522 W.printEnum ("ComplexType", Symbol.getComplexType(), in printSymbol()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3257 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext 3271 Canonical = getComplexType(getCanonicalType(T)); in getComplexType() 11185 Type = Context.getComplexType(ElementType); in DecodeTypeFromStr()
|
| H A D | Type.cpp | 895 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
|
| H A D | ASTImporter.cpp | 1154 return Importer.getToContext().getComplexType(*ToElementTypeOrErr); in VisitComplexType()
|