Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp281 DIType *BaseType = DTy->getBaseType(); in CheckDerivedType()
320 Ty = DTy->getBaseType(); in stripQualifiers()
329 Ty = DTy->getBaseType(); in stripQualifiers()
523 return stripQualifiers(PtrTy->getBaseType()) == CType; in IsValidAIChain()
543 return PTy->getBaseType() == CTy->getBaseType(); in IsValidAIChain()
547 Ty = PTy->getBaseType(); in IsValidAIChain()
708 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
727 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
751 BaseTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
754 BaseTy = stripQualifiers(MemberTy->getBaseType()); in GetFieldInfo()
[all …]
H A DBTFDebug.cpp91 const DIType *ResolvedType = DTy->getBaseType(); in completeType()
306 const auto *BaseTy = DDTy->getBaseType(); in completeType()
484 const DIType *ResolvedType = DTy->getBaseType(); in completeType()
698 const DIType *ElemType = CTy->getBaseType(); in visitArrayType()
744 if (CTy->getBaseType() != nullptr) { in visitEnumType()
745 const auto *BTy = cast<DIBasicType>(CTy->getBaseType()); in visitEnumType()
808 const DIType *Base = DTy->getBaseType(); in visitDerivedType()
848 visitTypeEntry(DTy->getBaseType(), TempTypeId, true, false); in visitDerivedType()
850 visitTypeEntry(DTy->getBaseType(), TempTypeId, CheckPointer, SeenPointer); in visitDerivedType()
897 const DIType *BaseTy = DTy->getBaseType(); in visitTypeEntry()
[all …]
H A DBPFPreserveDIType.cpp94 Ty = DTy->getBaseType(); in BPFPreserveDITypeImpl()
/openbsd-src/gnu/llvm/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.cpp1597 T = DT->getBaseType(); in shouldEmitUdt()
1682 TypeIndex UnderlyingTypeIndex = getTypeIndex(Ty->getBaseType()); in lowerTypeAlias()
1698 const DIType *ElementType = Ty->getBaseType(); in lowerTypeArray()
1874 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType()); in lowerTypePointer()
1946 bool IsPMF = isa<DISubroutineType>(Ty->getBaseType()); in lowerTypeMemberPointer()
1949 getTypeIndex(Ty->getBaseType(), IsPMF ? Ty->getClassType() : nullptr); in lowerTypeMemberPointer()
2003 BaseTy = cast<DIDerivedType>(BaseTy)->getBaseType(); in lowerTypeModifier()
2259 getTypeIndex(Ty->getBaseType())); in lowerTypeEnum()
2331 const DIType *Ty = DDTy->getBaseType(); in collectMemberInfo()
2339 Ty = cast<DIDerivedType>(Ty)->getBaseType(); in collectMemberInfo()
[all …]
H A DDwarfUnit.cpp614 return getOrCreateTypeDIE(cast<DIDerivedType>(Ty)->getBaseType()); in getOrCreateTypeDIE()
618 return getOrCreateTypeDIE(cast<DIDerivedType>(Ty)->getBaseType()); in getOrCreateTypeDIE()
763 const DIType *FromTy = DTy->getBaseType(); in constructTypeDIE()
921 addType(ElemDie, DDTy->getBaseType(), dwarf::DW_AT_friend); in constructTypeDIE()
930 if (DD->isUnsignedDIType(Discriminator->getBaseType())) in constructTypeDIE()
1454 DIType *BaseTy = CTy->getBaseType(); in hasVectorBeenPadded()
1528 addType(Buffer, CTy->getBaseType()); in constructArrayTypeDIE()
1550 const DIType *DTy = CTy->getBaseType(); in constructEnumTypeDIE()
1599 if (DIType *Resolved = DT->getBaseType()) in constructMemberDIE()
1718 const DIType *Ty = DT->getBaseType(); in getOrCreateStaticMemberDIE()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp222 MDNodeTy *getBaseType() const { in getBaseType() function in __anon7c9df5690111::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()
/openbsd-src/gnu/llvm/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()
821 enum BaseType baseTyLHS = getBaseType(LHS), in verifyInstruction()
822 baseTyRHS = getBaseType(RHS); in verifyInstruction()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp762 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isSpecialized()
780 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in getTypeArgs()
797 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isKindOfType()
815 SplitQualType splitBaseType = getBaseType().split(); in stripObjCKindOfTypeAndQuals()
1200 QualType baseType = recurse(T->getBaseType()); in VisitObjCObjectType()
1218 if (baseType.getAsOpaquePtr() == T->getBaseType().getAsOpaquePtr() && in VisitObjCObjectType()
1309 obj->getBaseType(), obj->getTypeArgsAsWritten(), obj->getProtocols(), in VisitObjCTypeParamType()
1409 objcObjectType->getBaseType(), {}, protocols, in VisitObjCObjectType()
1422 return Ctx.getObjCObjectType(objcObjectType->getBaseType(), newTypeArgs, in VisitObjCObjectType()
1453 objType->getBaseType(), objType->getTypeArgsAsWritten(), in VisitAttributedType()
[all …]
H A DTypePrinter.cpp1147 print(T->getBaseType(), OS, StringRef()); in printUnaryTransformBefore()
1858 return printBefore(T->getBaseType(), OS); in printObjCObjectBefore()
1863 print(T->getBaseType(), OS, StringRef()); in printObjCObjectBefore()
1899 return printAfter(T->getBaseType(), OS); in printObjCObjectAfter()
H A DTypeLoc.cpp534 Context.getTrivialTypeSourceInfo(getTypePtr()->getBaseType(), Loc)); in initializeLocal()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCanonicalType.h543 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getBaseType)
580 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getBaseType)
H A DType.h1498 const Type *getBaseType() const { return BaseType; }
1502 Profile(ID, getBaseType(), Quals);
4765 QualType getBaseType() const { return BaseType; }
4787 Profile(ID, getBaseType(), getUTTKind());
6089 QualType getBaseType() const { return BaseType; }
6092 return getBaseType()->isSpecificBuiltinType(BuiltinType::ObjCId);
6096 return getBaseType()->isSpecificBuiltinType(BuiltinType::ObjCClass);
6103 if (const BuiltinType *T = getBaseType()->getAs<BuiltinType>())
6261 QualType baseType = getBaseType();
6266 baseType = ObjT->getBaseType();
[all …]
H A DTypeProperties.td434 let Read = [{ node->getBaseType() }];
852 let Read = [{ node->getBaseType() }];
H A DASTNodeTraverser.h383 Visit(T->getBaseType()); in VisitUnaryTransformType()
H A DRecursiveASTVisitor.h1075 TRY_TO(TraverseType(T->getBaseType()));
1142 if (T->getBaseType().getTypePtr() != T)
1143 TRY_TO(TraverseType(T->getBaseType()));
1438 if (TL.getTypePtr()->getBaseType().getTypePtr() != TL.getTypePtr())
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DNeonEmitter.cpp437 Type getBaseType() const { return BaseType; } in getBaseType() function in __anoncfaa73c60111::Intrinsic
1687 Type T = Intr.getBaseType(); in emitDagDup()
1737 for (unsigned I = 0; I < Intr.getBaseType().getNumElements(); ++I) { in emitDagSplat()
1742 return std::make_pair(Intr.getBaseType(), S); in emitDagSplat()
2150 if (Def->getBaseType().getElementSizeInBits() == 16 || in genIntrinsicRangeCheckCode()
2154 else if (Def->getBaseType().getElementSizeInBits() == 32) in genIntrinsicRangeCheckCode()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp529 printTypeIndex("BaseType", Base.getBaseType()); in visitKnownMember()
538 printTypeIndex("BaseType", Base.getBaseType()); in visitKnownMember()
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp287 Sym.SimpleType = COFF::SymbolBaseType(Symbol.getBaseType()); in dumpSymbols()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexBody.cpp192 E, E->getBaseType().getTypePtrOrNull(), Info, in VisitCXXDependentScopeMemberExpr()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h398 QualType getBaseType() const { return BaseType; } in getBaseType() function
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp611 QualType baseType = Context.getBaseType(); in ProcessCodeCompleteResults()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1003 getBaseType(), getSizeInBits(), getAlignInBits(), getOffsetInBits(), in cloneImpl()
1031 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType() function
1138 getBaseType(), getSizeInBits(), getAlignInBits(), getOffsetInBits(), in cloneImpl()
1216 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType() function

123