Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDIBuilder.h719 DITypeArray ThrownTypes = nullptr);
729 DISubprogram *Decl = nullptr, DITypeArray ThrownTypes = nullptr);
758 DITypeArray ThrownTypes = nullptr);
H A DDebugInfoMetadata.h1874 DINodeArray RetainedNodes, DITypeArray ThrownTypes,
1880 RetainedNodes.get(), ThrownTypes.get(), Storage,
1890 Metadata *RetainedNodes, Metadata *ThrownTypes,
1911 DITypeArray ThrownTypes = nullptr),
1914 Declaration, RetainedNodes, ThrownTypes))
1923 Metadata *RetainedNodes = nullptr, Metadata *ThrownTypes = nullptr),
1926 Declaration, RetainedNodes, ThrownTypes))
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp815 DITypeArray ThrownTypes) { in createFunction() argument
821 MDTuple::getTemporary(VMContext, None).release(), ThrownTypes); in createFunction()
834 DITypeArray ThrownTypes) { in createTempFunctionFwdDecl() argument
840 Decl, nullptr, ThrownTypes) in createTempFunctionFwdDecl()
849 DITypeArray ThrownTypes) { in createMethod() argument
859 nullptr, ThrownTypes); in createMethod()
H A DLLVMContextImpl.h694 Metadata *ThrownTypes;
702 Metadata *ThrownTypes)
708 RetainedNodes(RetainedNodes), ThrownTypes(ThrownTypes) {}
720 ThrownTypes(N->getRawThrownTypes()) {}
735 ThrownTypes == RHS->getRawThrownTypes();
H A DDebugInfoMetadata.cpp865 Metadata *ThrownTypes, StorageType Storage, bool ShouldCreate) { in getImpl() argument
872 RetainedNodes, ThrownTypes)); in getImpl()
875 Declaration, RetainedNodes, ContainingType, TemplateParams, ThrownTypes}; in getImpl()
876 if (!ThrownTypes) { in getImpl()
H A DVerifier.cpp1280 auto *ThrownTypes = dyn_cast<MDTuple>(RawThrownTypes); in visitDISubprogram() local
1281 AssertDI(ThrownTypes, "invalid thrown types list", &N, RawThrownTypes); in visitDISubprogram()
1282 for (Metadata *Op : ThrownTypes->operands()) in visitDISubprogram()
1283 AssertDI(Op && isa<DIType>(Op), "invalid thrown type", &N, ThrownTypes, in visitDISubprogram()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h227 void addThrownTypes(DIE &Die, DINodeArray ThrownTypes);
H A DDwarfUnit.cpp531 void DwarfUnit::addThrownTypes(DIE &Die, DINodeArray ThrownTypes) { in addThrownTypes() argument
532 for (const auto *Ty : ThrownTypes) { in addThrownTypes()