Searched refs:ThrownTypes (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 774 DITypeArray ThrownTypes = nullptr, 786 DISubprogram *Decl = nullptr, DITypeArray ThrownTypes = nullptr); 815 DITypeArray ThrownTypes = nullptr);
|
| H A D | DebugInfoMetadata.h | 1671 DINodeArray RetainedNodes, DITypeArray ThrownTypes, 1678 RetainedNodes.get(), ThrownTypes.get(), Annotations.get(), 1688 Metadata *RetainedNodes, Metadata *ThrownTypes, Metadata *Annotations, 1711 DITypeArray ThrownTypes = nullptr, DINodeArray Annotations = nullptr, 1715 Declaration, RetainedNodes, ThrownTypes, Annotations, TargetFuncName)) 1724 Metadata *RetainedNodes = nullptr, Metadata *ThrownTypes = nullptr, 1728 Declaration, RetainedNodes, ThrownTypes, Annotations, TargetFuncName))
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 833 DITypeArray ThrownTypes, DINodeArray Annotations, in createFunction() argument 840 ThrownTypes, Annotations, TargetFuncName); in createFunction() 853 DITypeArray ThrownTypes) { in createTempFunctionFwdDecl() argument 859 Decl, nullptr, ThrownTypes) in createTempFunctionFwdDecl() 868 DITypeArray ThrownTypes) { in createMethod() argument 878 nullptr, ThrownTypes); in createMethod()
|
| H A D | LLVMContextImpl.h | 767 Metadata *ThrownTypes; 777 Metadata *ThrownTypes, Metadata *Annotations, 784 RetainedNodes(RetainedNodes), ThrownTypes(ThrownTypes), 797 ThrownTypes(N->getRawThrownTypes()), 814 ThrownTypes == RHS->getRawThrownTypes() &&
|
| H A D | DebugInfoMetadata.cpp | 1119 Metadata *ThrownTypes, Metadata *Annotations, MDString *TargetFuncName, in getImpl() argument 1128 RetainedNodes, ThrownTypes, Annotations, in getImpl() 1133 ContainingType, TemplateParams, ThrownTypes, Annotations, in getImpl() 1139 if (!ThrownTypes) { in getImpl()
|
| H A D | Verifier.cpp | 1452 auto *ThrownTypes = dyn_cast<MDTuple>(RawThrownTypes); in visitDISubprogram() local 1453 CheckDI(ThrownTypes, "invalid thrown types list", &N, RawThrownTypes); in visitDISubprogram() 1454 for (Metadata *Op : ThrownTypes->operands()) in visitDISubprogram() 1455 CheckDI(Op && isa<DIType>(Op), "invalid thrown type", &N, ThrownTypes, in visitDISubprogram()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.h | 237 void addThrownTypes(DIE &Die, DINodeArray ThrownTypes);
|
| H A D | DwarfUnit.cpp | 526 void DwarfUnit::addThrownTypes(DIE &Die, DINodeArray ThrownTypes) { in addThrownTypes() argument 527 for (const auto *Ty : ThrownTypes) { in addThrownTypes()
|