Searched refs:ThrownTypes (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 767 DITypeArray ThrownTypes = nullptr, 779 DISubprogram *Decl = nullptr, DITypeArray ThrownTypes = nullptr); 808 DITypeArray ThrownTypes = nullptr);
|
H A D | DebugInfoMetadata.h | 1907 DINodeArray RetainedNodes, DITypeArray ThrownTypes, 1914 RetainedNodes.get(), ThrownTypes.get(), Annotations.get(), 1924 Metadata *RetainedNodes, Metadata *ThrownTypes, Metadata *Annotations, 1947 DITypeArray ThrownTypes = nullptr, DINodeArray Annotations = nullptr, 1951 Declaration, RetainedNodes, ThrownTypes, Annotations, TargetFuncName)) 1960 Metadata *RetainedNodes = nullptr, Metadata *ThrownTypes = nullptr, 1964 Declaration, RetainedNodes, ThrownTypes, Annotations, TargetFuncName))
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 853 DITypeArray ThrownTypes, DINodeArray Annotations, in createFunction() argument 860 MDTuple::getTemporary(VMContext, std::nullopt).release(), ThrownTypes, in createFunction() 874 DITypeArray ThrownTypes) { in createTempFunctionFwdDecl() argument 880 Decl, nullptr, ThrownTypes) in createTempFunctionFwdDecl() 889 DITypeArray ThrownTypes) { in createMethod() argument 899 nullptr, ThrownTypes); in createMethod()
|
H A D | LLVMContextImpl.h | 759 Metadata *ThrownTypes; 769 Metadata *ThrownTypes, Metadata *Annotations, 776 RetainedNodes(RetainedNodes), ThrownTypes(ThrownTypes), 789 ThrownTypes(N->getRawThrownTypes()), 806 ThrownTypes == RHS->getRawThrownTypes() &&
|
H A D | DebugInfoMetadata.cpp | 1047 Metadata *ThrownTypes, Metadata *Annotations, MDString *TargetFuncName, in getImpl() argument 1056 RetainedNodes, ThrownTypes, Annotations, in getImpl() 1061 ContainingType, TemplateParams, ThrownTypes, Annotations, in getImpl() 1067 if (!ThrownTypes) { in getImpl()
|
H A D | Verifier.cpp | 1373 auto *ThrownTypes = dyn_cast<MDTuple>(RawThrownTypes); in visitDISubprogram() local 1374 CheckDI(ThrownTypes, "invalid thrown types list", &N, RawThrownTypes); in visitDISubprogram() 1375 for (Metadata *Op : ThrownTypes->operands()) in visitDISubprogram() 1376 CheckDI(Op && isa<DIType>(Op), "invalid thrown type", &N, ThrownTypes, in visitDISubprogram()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.h | 225 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()
|