Home
last modified time | relevance | path

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

123

/freebsd/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()
512 return stripQualifiers(PtrTy->getBaseType()) == CType; in IsValidAIChain()
532 return PTy->getBaseType() == CTy->getBaseType(); in IsValidAIChain()
536 Ty = PTy->getBaseType(); in IsValidAIChain()
691 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
710 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
734 BaseTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
737 BaseTy = stripQualifiers(MemberTy->getBaseType()); in GetFieldInfo()
[all …]
H A DBTFDebug.cpp93 const DIType *ResolvedType = DTy->getBaseType(); in completeType()
308 const auto *BaseTy = DDTy->getBaseType(); in completeType()
486 const DIType *ResolvedType = DTy->getBaseType(); in completeType()
700 const DIType *ElemType = CTy->getBaseType(); in visitArrayType()
746 if (CTy->getBaseType() != nullptr) { in visitEnumType()
747 const auto *BTy = cast<DIBasicType>(CTy->getBaseType()); in visitEnumType()
810 const DIType *Base = DTy->getBaseType(); in visitDerivedType()
850 visitTypeEntry(DTy->getBaseType(), TempTypeId, true, false); in visitDerivedType()
852 visitTypeEntry(DTy->getBaseType(), TempTypeId, CheckPointer, SeenPointer); in visitDerivedType()
899 const DIType *BaseTy = DTy->getBaseType(); in visitTypeEntry()
[all …]
H A DBPFPreserveDIType.cpp95 Ty = DTy->getBaseType(); in BPFPreserveDITypeImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp164 DIType *BaseType = DDTy->getBaseType(); in getBaseTypeSize()
192 if (!(Ty = CTy->getBaseType())) in isUnsignedDIType()
219 assert(DTy->getBaseType() && "Expected valid base type"); in isUnsignedDIType()
220 return isUnsignedDIType(DTy->getBaseType()); in isUnsignedDIType()
H A DCodeViewDebug.cpp1627 T = DT->getBaseType(); in addToUDTs()
1712 TypeIndex UnderlyingTypeIndex = getTypeIndex(Ty->getBaseType()); in lowerTypeArray()
1728 const DIType *ElementType = Ty->getBaseType(); in lowerTypeArray()
1907 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType()); in lowerTypePointer()
1979 bool IsPMF = isa<DISubroutineType>(Ty->getBaseType());
1982 getTypeIndex(Ty->getBaseType(), IsPMF ? Ty->getClassType() : nullptr); in dwarfCCToCodeView()
2036 BaseTy = cast<DIDerivedType>(BaseTy)->getBaseType(); in lowerTypeModifier()
2292 getTypeIndex(Ty->getBaseType()));
2364 const DIType *Ty = DDTy->getBaseType(); in collectMemberInfo()
2372 Ty = cast<DIDerivedType>(Ty)->getBaseType(); in collectClassInfo()
[all...]
H A DDwarfUnit.cpp620 return getOrCreateTypeDIE(cast<DIDerivedType>(Ty)->getBaseType()); in getOrCreateTypeDIE()
624 return getOrCreateTypeDIE(cast<DIDerivedType>(Ty)->getBaseType()); in getOrCreateTypeDIE()
780 const DIType *FromTy = DTy->getBaseType(); in constructTypeDIE()
955 addType(ElemDie, DDTy->getBaseType(), dwarf::DW_AT_friend); in constructTypeDIE()
964 if (DD->isUnsignedDIType(Discriminator->getBaseType())) in constructTypeDIE()
1489 DIType *BaseTy = CTy->getBaseType(); in hasVectorBeenPadded()
1563 addType(Buffer, CTy->getBaseType()); in constructArrayTypeDIE()
1585 const DIType *DTy = CTy->getBaseType(); in constructEnumTypeDIE()
1634 if (DIType *Resolved = DT->getBaseType()) in constructMemberDIE()
1760 const DIType *Ty = DT->getBaseType(); in getOrCreateStaticMemberDIE()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp223 MDNodeTy *getBaseType() const { in getBaseType() function in __anon0398af320111::TBAAStructTagNodeImpl
590 if (BaseTag.getAccessType() == BaseTag.getBaseType() && in mayBeAccessToSubobjectOf()
604 TBAAStructTypeNode BaseType(BaseTag.getBaseType()); in mayBeAccessToSubobjectOf()
615 if (BaseType.getNode() == SubobjectTag.getBaseType()) { in mayBeAccessToSubobjectOf()
639 TBAAStructTypeNode FieldType(SubobjectTag.getBaseType()); in mayBeAccessToSubobjectOf()
/freebsd/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/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/contrib/llvm-project/clang/lib/AST/
H A DType.cpp838 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isSpecialized()
856 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in getTypeArgs()
873 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isKindOfType()
891 SplitQualType splitBaseType = getBaseType().split(); in stripObjCKindOfTypeAndQuals()
1284 QualType baseType = recurse(T->getBaseType()); in VisitObjCObjectType()
1302 if (baseType.getAsOpaquePtr() == T->getBaseType().getAsOpaquePtr() && in VisitObjCObjectType()
1393 obj->getBaseType(), obj->getTypeArgsAsWritten(), obj->getProtocols(), in VisitObjCTypeParamType()
1493 objcObjectType->getBaseType(), {}, protocols, in VisitObjCObjectType()
1506 return Ctx.getObjCObjectType(objcObjectType->getBaseType(), newTypeArgs, in VisitObjCObjectType()
1537 objType->getBaseType(), objType->getTypeArgsAsWritten(), in VisitAttributedType()
[all …]
H A DASTStructuralEquivalence.cpp356 return IsStructurallyEquivalent(Context, E1->getBaseType(), in IsStmtEquivalent()
357 E2->getBaseType()); in IsStmtEquivalent()
1351 if (!IsStructurallyEquivalent(Context, Obj1->getBaseType(), in IsStructurallyEquivalent()
1352 Obj2->getBaseType())) in IsStructurallyEquivalent()
H A DTypePrinter.cpp1270 print(T->getBaseType(), OS, StringRef()); in printUnaryTransformBefore()
2080 return printBefore(T->getBaseType(), OS); in printObjCObjectBefore()
2085 print(T->getBaseType(), OS, StringRef()); in printObjCObjectBefore()
2121 return printAfter(T->getBaseType(), OS); in printObjCObjectAfter()
H A DTypeLoc.cpp544 Context.getTrivialTypeSourceInfo(getTypePtr()->getBaseType(), Loc)); in initializeLocal()
/freebsd/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.h1757 const Type *getBaseType() const { return BaseType; }
1761 Profile(ID, getBaseType(), Quals);
5880 QualType getBaseType() const { return BaseType; }
5902 Profile(ID, getBaseType(), getUTTKind());
7203 QualType getBaseType() const { return BaseType; }
7206 return getBaseType()->isSpecificBuiltinType(BuiltinType::ObjCId);
7210 return getBaseType()->isSpecificBuiltinType(BuiltinType::ObjCClass);
7217 if (const BuiltinType *T = getBaseType()->getAs<BuiltinType>())
7375 QualType baseType = getBaseType();
7380 baseType = ObjT->getBaseType();
[all …]
H A DTypeProperties.td485 let Read = [{ node->getBaseType() }];
911 let Read = [{ node->getBaseType() }];
H A DRecursiveASTVisitor.h1105 TRY_TO(TraverseType(T->getBaseType()));
1178 if (T->getBaseType().getTypePtr() != T)
1179 TRY_TO(TraverseType(T->getBaseType()));
1484 if (TL.getTypePtr()->getBaseType().getTypePtr() != TL.getTypePtr())
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp437 Type getBaseType() const { return BaseType; } in getBaseType() function in __anonfaf0748f0111::Intrinsic
1684 Type T = Intr.getBaseType(); in emitDagDup()
1734 for (unsigned I = 0; I < Intr.getBaseType().getNumElements(); ++I) { in emitDagSplat()
1739 return std::make_pair(Intr.getBaseType(), S); in emitDagSplat()
2172 if (Def->getBaseType().getElementSizeInBits() == 16 || in genIntrinsicRangeCheckCode()
2176 else if (Def->getBaseType().getElementSizeInBits() == 32) in genIntrinsicRangeCheckCode()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp530 printTypeIndex("BaseType", Base.getBaseType()); in visitKnownMember()
539 printTypeIndex("BaseType", Base.getBaseType()); in visitKnownMember()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp264 if (Symbol.getBaseType() == COFF::IMAGE_SYM_TYPE_NULL && in ParseSymtab()
/freebsd/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/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp203 E, E->getBaseType().getTypePtrOrNull(), Info, in VisitCXXDependentScopeMemberExpr()
/freebsd/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/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h407 QualType getBaseType() const { return BaseType; } in getBaseType() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2643 printTypeIndex("BaseType", Base.getBaseType(), StreamTPI); in visitKnownMember()
2650 LVElement *BaseClass = getElement(StreamTPI, Base.getBaseType()); in visitKnownMember()
2862 printTypeIndex("BaseType", Base.getBaseType(), StreamTPI); in visitKnownMember()
2871 LVElement *BaseClass = getElement(StreamTPI, Base.getBaseType()); in visitKnownMember()

123