Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDIBuilder.h669 DITypeArray ThrownTypes = nullptr);
679 DISubprogram *Decl = nullptr, DITypeArray ThrownTypes = nullptr);
708 DITypeArray ThrownTypes = nullptr);
H A DDebugInfoMetadata.h1716 DINodeArray RetainedNodes, DITypeArray ThrownTypes,
1722 RetainedNodes.get(), ThrownTypes.get(), Storage,
1732 Metadata *RetainedNodes, Metadata *ThrownTypes,
1753 DITypeArray ThrownTypes = nullptr),
1756 Declaration, RetainedNodes, ThrownTypes))
1765 Metadata *RetainedNodes = nullptr, Metadata *ThrownTypes = nullptr),
1768 Declaration, RetainedNodes, ThrownTypes))
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDIBuilder.cpp757 DITypeArray ThrownTypes) { in createFunction() argument
763 MDTuple::getTemporary(VMContext, None).release(), ThrownTypes); in createFunction()
776 DITypeArray ThrownTypes) { in createTempFunctionFwdDecl() argument
782 Decl, nullptr, ThrownTypes) in createTempFunctionFwdDecl()
791 DITypeArray ThrownTypes) { in createMethod() argument
801 nullptr, ThrownTypes); in createMethod()
H A DLLVMContextImpl.h625 Metadata *ThrownTypes;
633 Metadata *ThrownTypes)
639 RetainedNodes(RetainedNodes), ThrownTypes(ThrownTypes) {}
651 ThrownTypes(N->getRawThrownTypes()) {}
666 ThrownTypes == RHS->getRawThrownTypes();
H A DDebugInfoMetadata.cpp629 Metadata *ThrownTypes, StorageType Storage, bool ShouldCreate) { in getImpl() argument
636 RetainedNodes, ThrownTypes)); in getImpl()
639 Declaration, RetainedNodes, ContainingType, TemplateParams, ThrownTypes}; in getImpl()
640 if (!ThrownTypes) { in getImpl()
H A DVerifier.cpp1128 auto *ThrownTypes = dyn_cast<MDTuple>(RawThrownTypes); in visitDISubprogram() local
1129 AssertDI(ThrownTypes, "invalid thrown types list", &N, RawThrownTypes); in visitDISubprogram()
1130 for (Metadata *Op : ThrownTypes->operands()) in visitDISubprogram()
1131 AssertDI(Op && isa<DIType>(Op), "invalid thrown type", &N, ThrownTypes, in visitDISubprogram()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h215 void addThrownTypes(DIE &Die, DINodeArray ThrownTypes);
H A DDwarfUnit.cpp585 void DwarfUnit::addThrownTypes(DIE &Die, DINodeArray ThrownTypes) { in addThrownTypes() argument
586 for (const auto *Ty : ThrownTypes) { in addThrownTypes()