Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DMetadataTest.cpp1598 MDTuple *ThrownTypes = getTuple(); in TEST_F() local
1605 RetainedNodes, ThrownTypes); in TEST_F()
1627 EXPECT_EQ(ThrownTypes, N->getThrownTypes().get()); in TEST_F()
1632 Unit, TemplateParams, Declaration, RetainedNodes, ThrownTypes)); in TEST_F()
1638 Unit, TemplateParams, Declaration, RetainedNodes, ThrownTypes)); in TEST_F()
1643 Unit, TemplateParams, Declaration, RetainedNodes, ThrownTypes)); in TEST_F()
1648 Unit, TemplateParams, Declaration, RetainedNodes, ThrownTypes)); in TEST_F()
1653 Unit, TemplateParams, Declaration, RetainedNodes, ThrownTypes)); in TEST_F()
1658 Unit, TemplateParams, Declaration, RetainedNodes, ThrownTypes)); in TEST_F()
1664 Declaration, RetainedNodes, ThrownTypes)); in TEST_F()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDIBuilder.h666 DISubprogram *Decl = nullptr, DITypeArray ThrownTypes = nullptr);
676 DISubprogram *Decl = nullptr, DITypeArray ThrownTypes = nullptr);
708 DITypeArray ThrownTypes = nullptr);
DDebugInfoMetadata.h1630 DINodeArray RetainedNodes, DITypeArray ThrownTypes,
1637 ThrownTypes.get(), Storage, ShouldCreate);
1646 Metadata *ThrownTypes, StorageType Storage, bool ShouldCreate = true);
1669 DITypeArray ThrownTypes = nullptr),
1673 TemplateParams, Declaration, RetainedNodes, ThrownTypes))
1682 Metadata *ThrownTypes = nullptr),
1686 ThrownTypes))
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDIBuilder.cpp757 DITypeArray ThrownTypes) { in createFunction() argument
763 MDTuple::getTemporary(VMContext, None).release(), ThrownTypes); in createFunction()
776 DITypeArray ThrownTypes) { in createTempFunctionFwdDecl() argument
781 TParams, Decl, nullptr, ThrownTypes) in createTempFunctionFwdDecl()
790 DITemplateParameterArray TParams, DITypeArray ThrownTypes) { in createMethod() argument
799 isDefinition ? CUNode : nullptr, TParams, nullptr, nullptr, ThrownTypes); in createMethod()
DLLVMContextImpl.h623 Metadata *ThrownTypes;
632 Metadata *ThrownTypes)
640 RetainedNodes(RetainedNodes), ThrownTypes(ThrownTypes) {}
652 ThrownTypes(N->getRawThrownTypes()) {}
670 ThrownTypes == RHS->getRawThrownTypes();
DDebugInfoMetadata.cpp506 Metadata *ThrownTypes, StorageType Storage, bool ShouldCreate) { in getImpl() argument
513 TemplateParams, Declaration, RetainedNodes, ThrownTypes)); in getImpl()
516 Declaration, RetainedNodes, ContainingType, TemplateParams, ThrownTypes}; in getImpl()
517 if (!ThrownTypes) { in getImpl()
DVerifier.cpp1114 auto *ThrownTypes = dyn_cast<MDTuple>(RawThrownTypes); in visitDISubprogram() local
1115 AssertDI(ThrownTypes, "invalid thrown types list", &N, RawThrownTypes); in visitDISubprogram()
1116 for (Metadata *Op : ThrownTypes->operands()) in visitDISubprogram()
1117 AssertDI(Op && isa<DIType>(Op), "invalid thrown type", &N, ThrownTypes, in visitDISubprogram()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h237 void addThrownTypes(DIE &Die, DINodeArray ThrownTypes);
DDwarfUnit.cpp696 void DwarfUnit::addThrownTypes(DIE &Die, DINodeArray ThrownTypes) { in addThrownTypes() argument
697 for (const auto *Ty : ThrownTypes) { in addThrownTypes()