Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h670 DITypeArray ThrownTypes = nullptr);
680 DISubprogram *Decl = nullptr, DITypeArray ThrownTypes = nullptr);
709 DITypeArray ThrownTypes = nullptr);
DDebugInfoMetadata.h1667 DINodeArray RetainedNodes, DITypeArray ThrownTypes,
1673 RetainedNodes.get(), ThrownTypes.get(), Storage,
1683 Metadata *RetainedNodes, Metadata *ThrownTypes,
1704 DITypeArray ThrownTypes = nullptr),
1707 Declaration, RetainedNodes, ThrownTypes))
1716 Metadata *RetainedNodes = nullptr, Metadata *ThrownTypes = nullptr),
1719 Declaration, RetainedNodes, ThrownTypes))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp759 DITypeArray ThrownTypes) { in createFunction() argument
765 MDTuple::getTemporary(VMContext, None).release(), ThrownTypes); in createFunction()
778 DITypeArray ThrownTypes) { in createTempFunctionFwdDecl() argument
784 Decl, nullptr, ThrownTypes) in createTempFunctionFwdDecl()
793 DITypeArray ThrownTypes) { in createMethod() argument
803 nullptr, ThrownTypes); in createMethod()
DLLVMContextImpl.h625 Metadata *ThrownTypes;
633 Metadata *ThrownTypes)
639 RetainedNodes(RetainedNodes), ThrownTypes(ThrownTypes) {}
651 ThrownTypes(N->getRawThrownTypes()) {}
666 ThrownTypes == RHS->getRawThrownTypes();
DDebugInfoMetadata.cpp636 Metadata *ThrownTypes, StorageType Storage, bool ShouldCreate) { in getImpl() argument
643 RetainedNodes, ThrownTypes)); in getImpl()
646 Declaration, RetainedNodes, ContainingType, TemplateParams, ThrownTypes}; in getImpl()
647 if (!ThrownTypes) { in getImpl()
DVerifier.cpp1145 auto *ThrownTypes = dyn_cast<MDTuple>(RawThrownTypes); in visitDISubprogram() local
1146 AssertDI(ThrownTypes, "invalid thrown types list", &N, RawThrownTypes); in visitDISubprogram()
1147 for (Metadata *Op : ThrownTypes->operands()) in visitDISubprogram()
1148 AssertDI(Op && isa<DIType>(Op), "invalid thrown type", &N, ThrownTypes, in visitDISubprogram()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h217 void addThrownTypes(DIE &Die, DINodeArray ThrownTypes);
DDwarfUnit.cpp612 void DwarfUnit::addThrownTypes(DIE &Die, DINodeArray ThrownTypes) { in addThrownTypes() argument
613 for (const auto *Ty : ThrownTypes) { in addThrownTypes()