Lines Matching defs:Ty

349 DIDerivedType DIBuilder::createTypedef(DIType Ty, StringRef Name, DIFile File,
352 assert(Ty.isType() && "Invalid typedef type!");
363 Ty.getRef()
369 DIDerivedType DIBuilder::createFriend(DIType Ty, DIType FriendTy) {
371 assert(Ty.isType() && "Invalid type!");
376 Ty.getRef(),
390 DIDerivedType DIBuilder::createInheritance(DIType Ty, DIType BaseTy,
393 assert(Ty.isType() && "Unable to create inheritance");
398 Ty.getRef(),
416 DIType Ty) {
428 Ty.getRef()
438 DIType Ty, unsigned Flags,
452 Ty.getRef(),
463 uint64_t OffsetInBits, unsigned Flags, DIType Ty,
477 Ty,
493 DIType Ty, MDNode *PropertyNode) {
505 Ty,
516 unsigned PropertyAttributes, DIType Ty) {
525 Ty
534 DIType Ty, MDNode *File, unsigned LineNo,
540 Ty.getRef(),
550 StringRef Name, DIType Ty,
558 Ty.getRef(),
571 DIType Ty, Value *Val,
575 Context, Name, Ty, Val, File, LineNo,
581 DIType Ty, StringRef Val,
585 dwarf::DW_TAG_GNU_template_template_param, Context, Name, Ty,
591 DIType Ty, DIArray Val,
595 Context, Name, Ty, Val, File, LineNo,
764 DIType Ty, DIArray Subscripts) {
776 Ty.getRef(),
788 DIType Ty, DIArray Subscripts) {
800 Ty.getRef(),
811 DIType DIBuilder::createArtificialType(DIType Ty) {
812 if (Ty.isArtificial())
813 return Ty;
816 MDNode *N = Ty;
821 unsigned CurFlags = Ty.getFlags();
833 DIType DIBuilder::createObjectPointerType(DIType Ty) {
834 if (Ty.isObjectPointer())
835 return Ty;
838 MDNode *N = Ty;
843 unsigned CurFlags = Ty.getFlags();
927 DIType Ty, bool isLocalToUnit,
938 Ty,
951 unsigned LineNumber, DIType Ty,
954 return createGlobalVariable(Name, Name, F, LineNumber, Ty, isLocalToUnit,
964 DIType Ty, bool isLocalToUnit,
975 Ty,
989 unsigned LineNo, DIType Ty,
995 assert(Ty.isType() &&
1003 Ty,
1027 DIType Ty, ArrayRef<Value *> Addr,
1036 Elts.push_back(Ty);
1049 unsigned LineNo, DICompositeType Ty,
1058 LineNo, Ty, isLocalToUnit, isDefinition, ScopeLine,
1065 unsigned LineNo, DICompositeType Ty,
1070 assert(Ty.getTag() == dwarf::DW_TAG_subroutine_type &&
1081 Ty,
1108 unsigned LineNo, DICompositeType Ty,
1114 assert(Ty.getTag() == dwarf::DW_TAG_subroutine_type &&
1128 Ty,