Home
last modified time | relevance | path

Searched refs:ThrownTypes (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h774 DITypeArray ThrownTypes = nullptr,
786 DISubprogram *Decl = nullptr, DITypeArray ThrownTypes = nullptr);
815 DITypeArray ThrownTypes = nullptr);
H A DDebugInfoMetadata.h1671 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 DDIBuilder.cpp833 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 DLLVMContextImpl.h767 Metadata *ThrownTypes;
777 Metadata *ThrownTypes, Metadata *Annotations,
784 RetainedNodes(RetainedNodes), ThrownTypes(ThrownTypes),
797 ThrownTypes(N->getRawThrownTypes()),
814 ThrownTypes == RHS->getRawThrownTypes() &&
H A DDebugInfoMetadata.cpp1119 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 DVerifier.cpp1452 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 DDwarfUnit.h237 void addThrownTypes(DIE &Die, DINodeArray ThrownTypes);
H A DDwarfUnit.cpp526 void DwarfUnit::addThrownTypes(DIE &Die, DINodeArray ThrownTypes) { in addThrownTypes() argument
527 for (const auto *Ty : ThrownTypes) { in addThrownTypes()