Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp2284 MDTuple *ThrownTypes = getTuple(); in TEST_F() local
2320 EXPECT_EQ(ThrownTypes, N->getThrownTypes().get()); in TEST_F()
2333 RetainedNodes, ThrownTypes, Annotations, in TEST_F()
2339 RetainedNodes, ThrownTypes, Annotations, in TEST_F()
2350 RetainedNodes, ThrownTypes, Annotations, in TEST_F()
2356 RetainedNodes, ThrownTypes, Annotations, in TEST_F()
2362 RetainedNodes, ThrownTypes, Annotations, in TEST_F()
2380 RetainedNodes, ThrownTypes, Annotations, in TEST_F()
2386 RetainedNodes, ThrownTypes, Annotations, in TEST_F()
2415 Declaration, RetainedNodes, ThrownTypes, in TEST_F()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDIBuilder.h764 DITypeArray ThrownTypes = nullptr,
776 DISubprogram *Decl = nullptr, DITypeArray ThrownTypes = nullptr);
805 DITypeArray ThrownTypes = nullptr);
H A DDebugInfoMetadata.h1859 DINodeArray RetainedNodes, DITypeArray ThrownTypes,
1866 RetainedNodes.get(), ThrownTypes.get(), Annotations.get(),
1876 Metadata *RetainedNodes, Metadata *ThrownTypes, Metadata *Annotations,
1899 DITypeArray ThrownTypes = nullptr, DINodeArray Annotations = nullptr,
1903 Declaration, RetainedNodes, ThrownTypes, Annotations, TargetFuncName))
1912 Metadata *RetainedNodes = nullptr, Metadata *ThrownTypes = nullptr,
1916 Declaration, RetainedNodes, ThrownTypes, Annotations, TargetFuncName))
/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp849 DITypeArray ThrownTypes, DINodeArray Annotations, in createFunction() argument
856 MDTuple::getTemporary(VMContext, None).release(), ThrownTypes, in createFunction()
870 DITypeArray ThrownTypes) { in createTempFunctionFwdDecl() argument
876 Decl, nullptr, ThrownTypes) in createTempFunctionFwdDecl()
885 DITypeArray ThrownTypes) { in createMethod() argument
895 nullptr, ThrownTypes); in createMethod()
H A DLLVMContextImpl.h711 Metadata *ThrownTypes;
721 Metadata *ThrownTypes, Metadata *Annotations,
728 RetainedNodes(RetainedNodes), ThrownTypes(ThrownTypes),
741 ThrownTypes(N->getRawThrownTypes()),
758 ThrownTypes == RHS->getRawThrownTypes() &&
H A DDebugInfoMetadata.cpp983 Metadata *ThrownTypes, Metadata *Annotations, MDString *TargetFuncName, in getImpl() argument
992 RetainedNodes, ThrownTypes, Annotations, in getImpl()
997 ContainingType, TemplateParams, ThrownTypes, Annotations, in getImpl()
1003 if (!ThrownTypes) { in getImpl()
H A DVerifier.cpp1344 auto *ThrownTypes = dyn_cast<MDTuple>(RawThrownTypes); in visitDISubprogram() local
1345 CheckDI(ThrownTypes, "invalid thrown types list", &N, RawThrownTypes); in visitDISubprogram()
1346 for (Metadata *Op : ThrownTypes->operands()) in visitDISubprogram()
1347 CheckDI(Op && isa<DIType>(Op), "invalid thrown type", &N, ThrownTypes, in visitDISubprogram()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h225 void addThrownTypes(DIE &Die, DINodeArray ThrownTypes);
H A DDwarfUnit.cpp527 void DwarfUnit::addThrownTypes(DIE &Die, DINodeArray ThrownTypes) { in addThrownTypes() argument
528 for (const auto *Ty : ThrownTypes) { in addThrownTypes()