Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp982 DITypeArray ThrownTypes, DINodeArray Annotations, StringRef TargetFuncName, in createFunction() argument
989 ThrownTypes, Annotations, TargetFuncName, UseKeyInstructions); in createFunction()
1001 DITypeArray ThrownTypes) { in createTempFunctionFwdDecl() argument
1007 Decl, nullptr, ThrownTypes) in createTempFunctionFwdDecl()
1016 DITypeArray ThrownTypes, bool UseKeyInstructions) { in createMethod() argument
1026 nullptr, ThrownTypes, nullptr, "", IsDefinition && UseKeyInstructions); in createMethod()
H A DLLVMContextImpl.h938 Metadata *ThrownTypes;
949 Metadata *ThrownTypes, Metadata *Annotations,
956 RetainedNodes(RetainedNodes), ThrownTypes(ThrownTypes),
970 ThrownTypes(N->getRawThrownTypes()),
988 ThrownTypes == RHS->getRawThrownTypes() &&
H A DDebugInfoMetadata.cpp1398 Metadata *ThrownTypes, Metadata *Annotations, MDString *TargetFuncName, in getImpl() argument
1407 RetainedNodes, ThrownTypes, Annotations, in getImpl()
1412 ContainingType, TemplateParams, ThrownTypes, Annotations, in getImpl()
1418 if (!ThrownTypes) { in getImpl()
H A DVerifier.cpp1567 auto *ThrownTypes = dyn_cast<MDTuple>(RawThrownTypes); in visitDISubprogram() local
1568 CheckDI(ThrownTypes, "invalid thrown types list", &N, RawThrownTypes); in visitDISubprogram()
1569 for (Metadata *Op : ThrownTypes->operands()) in visitDISubprogram()
1570 CheckDI(Op && isa<DIType>(Op), "invalid thrown type", &N, ThrownTypes, in visitDISubprogram()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h964 DISubprogram *Decl = nullptr, DITypeArray ThrownTypes = nullptr,
976 DISubprogram *Decl = nullptr, DITypeArray ThrownTypes = nullptr);
1005 DITypeArray ThrownTypes = nullptr, bool UseKeyInstructions = false);
H A DDebugInfoMetadata.h2278 DINodeArray RetainedNodes, DITypeArray ThrownTypes,
2286 RetainedNodes.get(), ThrownTypes.get(), Annotations.get(),
2297 Metadata *RetainedNodes, Metadata *ThrownTypes, Metadata *Annotations,
2320 DITypeArray ThrownTypes = nullptr, DINodeArray Annotations = nullptr,
2324 Declaration, RetainedNodes, ThrownTypes, Annotations, TargetFuncName,
2334 Metadata *RetainedNodes = nullptr, Metadata *ThrownTypes = nullptr,
2339 Declaration, RetainedNodes, ThrownTypes, Annotations, TargetFuncName,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h245 void addThrownTypes(DIE &Die, DINodeArray ThrownTypes);
H A DDwarfUnit.cpp549 void DwarfUnit::addThrownTypes(DIE &Die, DINodeArray ThrownTypes) { in addThrownTypes() argument
550 for (const auto *Ty : ThrownTypes) { in addThrownTypes()