Home
last modified time | relevance | path

Searched refs:getBaseType (Results 1 – 25 of 53) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp253 DIType *BaseType = DTy->getBaseType(); in CheckDerivedType()
292 Ty = DTy->getBaseType(); in stripQualifiers()
301 Ty = DTy->getBaseType(); in stripQualifiers()
531 return PTy->getBaseType() == CTy->getBaseType(); in IsValidAIChain()
535 Ty = PTy->getBaseType(); in IsValidAIChain()
690 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
709 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
733 BaseTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
746 BaseTy = stripQualifiers(CompTy->getBaseType()); in GetFieldInfo()
899 BaseTy = stripQualifiers(CTy->getBaseType()); in computeBaseAndAccessKey()
[all …]
H A DBTFDebug.cpp92 const DIType *ResolvedType = DTy->getBaseType(); in completeType()
307 const auto *BaseTy = DDTy->getBaseType(); in completeType()
485 const DIType *ResolvedType = DTy->getBaseType(); in completeType()
699 const DIType *ElemType = CTy->getBaseType(); in visitArrayType()
745 if (CTy->getBaseType() != nullptr) { in visitEnumType()
746 const auto *BTy = cast<DIBasicType>(CTy->getBaseType()); in visitEnumType()
809 const DIType *Base = DTy->getBaseType(); in visitDerivedType()
849 visitTypeEntry(DTy->getBaseType(), TempTypeId, true, false); in visitDerivedType()
898 const DIType *BaseTy = DTy->getBaseType(); in visitTypeEntry()
953 Ty = DTy->getBaseType(); in visitMapDefType()
[all …]
H A DBPFPreserveDIType.cpp95 Ty = DTy->getBaseType(); in BPFPreserveDITypeImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp160 DIType *BaseType = DDTy->getBaseType(); in getBaseTypeSize()
188 if (!(Ty = CTy->getBaseType())) in isUnsignedDIType()
214 assert(DTy->getBaseType() && "Expected valid base type"); in isUnsignedDIType()
215 return isUnsignedDIType(DTy->getBaseType()); in isUnsignedDIType()
H A DCodeViewDebug.cpp1627 T = DT->getBaseType(); in shouldEmitUdt()
1728 const DIType *ElementType = Ty->getBaseType(); in lowerTypeArray()
1907 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType()); in lowerTypePointer()
1979 bool IsPMF = isa<DISubroutineType>(Ty->getBaseType()); in lowerTypeMemberPointer()
2292 getTypeIndex(Ty->getBaseType())); in lowerTypeEnum()
2364 const DIType *Ty = DDTy->getBaseType(); in collectMemberInfo()
2372 Ty = cast<DIDerivedType>(Ty)->getBaseType(); in collectMemberInfo()
2568 getTypeIndex(I->getBaseType()), in lowerRecordFieldList()
2745 Ty = cast<DIDerivedType>(Ty)->getBaseType(); in getCompleteTypeIndex()
3387 emitConstantSymbolRecord(DTy->getBaseType(), Value, in emitStaticConstMemberList()
[all …]
H A DDwarfUnit.cpp614 return getOrCreateTypeDIE(cast<DIDerivedType>(Ty)->getBaseType()); in getOrCreateTypeDIE()
618 return getOrCreateTypeDIE(cast<DIDerivedType>(Ty)->getBaseType()); in getOrCreateTypeDIE()
764 const DIType *FromTy = DTy->getBaseType(); in constructTypeDIE()
922 addType(ElemDie, DDTy->getBaseType(), dwarf::DW_AT_friend); in constructTypeDIE()
931 if (DD->isUnsignedDIType(Discriminator->getBaseType())) in constructTypeDIE()
1456 DIType *BaseTy = CTy->getBaseType(); in hasVectorBeenPadded()
1530 addType(Buffer, CTy->getBaseType()); in constructArrayTypeDIE()
1552 const DIType *DTy = CTy->getBaseType(); in constructEnumTypeDIE()
1601 if (DIType *Resolved = DT->getBaseType()) in constructMemberDIE()
1720 const DIType *Ty = DT->getBaseType(); in getOrCreateStaticMemberDIE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp222 MDNodeTy *getBaseType() const { in getBaseType() function in __anon1f83e7280111::TBAAStructTagNodeImpl
589 if (BaseTag.getAccessType() == BaseTag.getBaseType() && in mayBeAccessToSubobjectOf()
603 TBAAStructTypeNode BaseType(BaseTag.getBaseType()); in mayBeAccessToSubobjectOf()
614 if (BaseType.getNode() == SubobjectTag.getBaseType()) { in mayBeAccessToSubobjectOf()
638 TBAAStructTypeNode FieldType(SubobjectTag.getBaseType()); in mayBeAccessToSubobjectOf()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp326 static enum BaseType getBaseType(const Value *Val) { in getBaseType() function
391 return getBaseType(V) == BaseType::NonConstant; in isNotExclusivelyConstantDerived()
819 enum BaseType baseTyLHS = getBaseType(LHS), in verifyInstruction()
820 baseTyRHS = getBaseType(RHS); in verifyInstruction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp124 if (!CCC.getBaseType().isNull() || !CCC.getPreferredType().isNull()) in handleKeyword()
152 CCC.getBaseType()->getAsCXXRecordDecl()->getCanonicalDecl()) { in handleDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp784 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isSpecialized()
802 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in getTypeArgs()
819 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isKindOfType()
837 SplitQualType splitBaseType = getBaseType().split(); in stripObjCKindOfTypeAndQuals()
1222 QualType baseType = recurse(T->getBaseType()); in VisitObjCObjectType()
1431 objcObjectType->getBaseType(), {}, protocols, in VisitObjCObjectType()
1475 objType->getBaseType(), objType->getTypeArgsAsWritten(), in VisitAttributedType()
1500 QualType baseType = objType->getBaseType().stripObjCKindOfType(Ctx); in VisitObjCObjectType()
2357 return cast<ObjCObjectType>(CanonicalType)->getBaseType() in isIncompleteType()
4150 Profile(ID, getBaseType(), getTypeArgsAsWritten(), in Profile()
[all …]
H A DTypePrinter.cpp1203 print(T->getBaseType(), OS, StringRef()); in printUnaryTransformBefore()
1960 return printBefore(T->getBaseType(), OS); in printObjCObjectBefore()
1965 print(T->getBaseType(), OS, StringRef()); in printObjCObjectBefore()
2001 return printAfter(T->getBaseType(), OS); in printObjCObjectAfter()
H A DTypeLoc.cpp537 Context.getTrivialTypeSourceInfo(getTypePtr()->getBaseType(), Loc)); in initializeLocal()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h543 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getBaseType)
580 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getBaseType)
H A DType.h1534 const Type *getBaseType() const { return BaseType; }
1538 Profile(ID, getBaseType(), Quals);
4966 QualType getBaseType() const { return BaseType; }
4988 Profile(ID, getBaseType(), getUTTKind());
6289 QualType getBaseType() const { return BaseType; }
6292 return getBaseType()->isSpecificBuiltinType(BuiltinType::ObjCId);
6303 if (const BuiltinType *T = getBaseType()->getAs<BuiltinType>())
6461 QualType baseType = getBaseType();
6466 baseType = ObjT->getBaseType();
6786 return extQuals->getBaseType();
[all …]
H A DTypeProperties.td438 let Read = [{ node->getBaseType() }];
860 let Read = [{ node->getBaseType() }];
H A DASTNodeTraverser.h389 Visit(T->getBaseType()); in VisitUnaryTransformType()
H A DRecursiveASTVisitor.h1069 TRY_TO(TraverseType(T->getBaseType()));
1136 if (T->getBaseType().getTypePtr() != T)
1137 TRY_TO(TraverseType(T->getBaseType()));
1429 if (TL.getTypePtr()->getBaseType().getTypePtr() != TL.getTypePtr())
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp437 Type getBaseType() const { return BaseType; } in getBaseType() function in __anon6f3616850111::Intrinsic
1691 Type T = Intr.getBaseType(); in emitDagDup()
1741 for (unsigned I = 0; I < Intr.getBaseType().getNumElements(); ++I) { in emitDagSplat()
1746 return std::make_pair(Intr.getBaseType(), S); in emitDagSplat()
2179 if (Def->getBaseType().getElementSizeInBits() == 16 || in genIntrinsicRangeCheckCode()
2183 else if (Def->getBaseType().getElementSizeInBits() == 32) in genIntrinsicRangeCheckCode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp529 printTypeIndex("BaseType", Base.getBaseType()); in visitKnownMember()
538 printTypeIndex("BaseType", Base.getBaseType()); in visitKnownMember()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp264 if (Symbol.getBaseType() == COFF::IMAGE_SYM_TYPE_NULL && in ParseSymtab()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h876 TypeIndex getBaseType() const { return Type; } in getBaseType() function
901 TypeIndex getBaseType() const { return BaseType; } in getBaseType() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp203 E, E->getBaseType().getTypePtrOrNull(), Info, in VisitCXXDependentScopeMemberExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h406 QualType getBaseType() const { return BaseType; } in getBaseType() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h348 uint8_t getBaseType() const { return getType() & 0x0F; } in getBaseType() function
396 return isExternal() && getBaseType() == COFF::IMAGE_SYM_TYPE_NULL && in isFunctionDefinition()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp629 ResultType = ConvertType(cast<ObjCObjectType>(Ty)->getBaseType()); in ConvertType()

123