Home
last modified time | relevance | path

Searched refs:getRawType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h962 Line(N->getLine()), ScopeLine(N->getScopeLine()), Type(N->getRawType()),
979 Type == RHS->getRawType() && ScopeLine == RHS->getScopeLine() &&
1192 : Name(N->getRawName()), Type(N->getRawType()),
1196 return Name == RHS->getRawName() && Type == RHS->getRawType() &&
1214 : Tag(N->getTag()), Name(N->getRawName()), Type(N->getRawType()),
1219 Type == RHS->getRawType() && IsDefault == RHS->isDefault() &&
1256 Line(N->getLine()), Type(N->getRawType()),
1266 Type == RHS->getRawType() && IsLocalToUnit == RHS->isLocalToUnit() &&
1307 Line(N->getLine()), Type(N->getRawType()), Arg(N->getArg()),
1314 Type == RHS->getRawType() && Arg == RHS->getArg() &&
[all …]
H A DVerifier.cpp1521 if (auto *T = N.getRawType()) in visitDISubprogram()
1642 CheckDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDITemplateParameter()
1674 CheckDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDIGlobalVariable()
1688 CheckDI(isType(N.getRawType()), "invalid type ref", &N, N.getRawType()); in visitDILocalVariable()
1730 if (auto *T = N.getRawType()) in visitDIObjCProperty()
6847 CheckDI(isType(Var->getRawType()), "invalid type ref", Var, Var->getRawType(), in visit()
7186 CheckDI(isType(Var->getRawType()), "invalid type ref", Var, in visitDbgIntrinsic()
7187 Var->getRawType()); in visitDbgIntrinsic()
H A DAsmWriter.cpp2445 Printer.printMetadata("type", N->getRawType()); in writeDISubprogram()
2552 Printer.printMetadata("type", N->getRawType(), /* ShouldSkipNull */ false); in writeDITemplateTypeParameter()
2565 Printer.printMetadata("type", N->getRawType()); in writeDITemplateValueParameter()
2580 Printer.printMetadata("type", N->getRawType()); in writeDIGlobalVariable()
2599 Printer.printMetadata("type", N->getRawType()); in writeDILocalVariable()
2682 Printer.printMetadata("type", N->getRawType()); in writeDIObjCProperty()
H A DDebugInfoMetadata.cpp1598 const Metadata *RawType = getRawType(); in getSizeInBits()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2426 return cast_or_null<DISubroutineType>(getRawType()); in getType()
2463 Metadata *getRawType() const { return getOperand(4); } in getRawType() function
3147 DIType *getType() const { return cast_or_null<DIType>(getRawType()); } in getType()
3150 Metadata *getRawType() const { return getOperand(1); } in getRawType() function
3262 DIType *getType() const { return cast_or_null<DIType>(getRawType()); } in getType()
3297 Metadata *getRawType() const { return getOperand(3); } in getRawType() function
4245 DIType *getType() const { return cast_or_null<DIType>(getRawType()); }
4263 Metadata *getRawType() const { return getOperand(4); }