Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDIBuilder.h721 DITypeArray ThrownTypes = nullptr);
731 DISubprogram *Decl = nullptr, DITypeArray ThrownTypes = nullptr);
760 DITypeArray ThrownTypes = nullptr);
DDebugInfoMetadata.h1876 DINodeArray RetainedNodes, DITypeArray ThrownTypes,
1882 RetainedNodes.get(), ThrownTypes.get(), Storage,
1892 Metadata *RetainedNodes, Metadata *ThrownTypes,
1913 DITypeArray ThrownTypes = nullptr),
1916 Declaration, RetainedNodes, ThrownTypes))
1925 Metadata *RetainedNodes = nullptr, Metadata *ThrownTypes = nullptr),
1928 Declaration, RetainedNodes, ThrownTypes))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DDIBuilder.cpp820 DITypeArray ThrownTypes) { in createFunction() argument
826 MDTuple::getTemporary(VMContext, None).release(), ThrownTypes); in createFunction()
839 DITypeArray ThrownTypes) { in createTempFunctionFwdDecl() argument
845 Decl, nullptr, ThrownTypes) in createTempFunctionFwdDecl()
854 DITypeArray ThrownTypes) { in createMethod() argument
864 nullptr, ThrownTypes); in createMethod()
DLLVMContextImpl.h694 Metadata *ThrownTypes;
702 Metadata *ThrownTypes)
708 RetainedNodes(RetainedNodes), ThrownTypes(ThrownTypes) {}
720 ThrownTypes(N->getRawThrownTypes()) {}
735 ThrownTypes == RHS->getRawThrownTypes();
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()
DVerifier.cpp1283 auto *ThrownTypes = dyn_cast<MDTuple>(RawThrownTypes); in visitDISubprogram() local
1284 AssertDI(ThrownTypes, "invalid thrown types list", &N, RawThrownTypes); in visitDISubprogram()
1285 for (Metadata *Op : ThrownTypes->operands()) in visitDISubprogram()
1286 AssertDI(Op && isa<DIType>(Op), "invalid thrown type", &N, ThrownTypes, in visitDISubprogram()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h227 void addThrownTypes(DIE &Die, DINodeArray ThrownTypes);
DDwarfUnit.cpp532 void DwarfUnit::addThrownTypes(DIE &Die, DINodeArray ThrownTypes) { in addThrownTypes() argument
533 for (const auto *Ty : ThrownTypes) { in addThrownTypes()