/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | MetadataTest.cpp | 1598 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/ |
D | DIBuilder.h | 666 DISubprogram *Decl = nullptr, DITypeArray ThrownTypes = nullptr); 676 DISubprogram *Decl = nullptr, DITypeArray ThrownTypes = nullptr); 708 DITypeArray ThrownTypes = nullptr);
|
D | DebugInfoMetadata.h | 1630 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/ |
D | DIBuilder.cpp | 757 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()
|
D | LLVMContextImpl.h | 623 Metadata *ThrownTypes; 632 Metadata *ThrownTypes) 640 RetainedNodes(RetainedNodes), ThrownTypes(ThrownTypes) {} 652 ThrownTypes(N->getRawThrownTypes()) {} 670 ThrownTypes == RHS->getRawThrownTypes();
|
D | DebugInfoMetadata.cpp | 506 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()
|
D | Verifier.cpp | 1114 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/ |
D | DwarfUnit.h | 237 void addThrownTypes(DIE &Die, DINodeArray ThrownTypes);
|
D | DwarfUnit.cpp | 696 void DwarfUnit::addThrownTypes(DIE &Die, DINodeArray ThrownTypes) { in addThrownTypes() argument 697 for (const auto *Ty : ThrownTypes) { in addThrownTypes()
|