Searched refs:ThrownTypes (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | DIBuilder.h | 721 DITypeArray ThrownTypes = nullptr); 731 DISubprogram *Decl = nullptr, DITypeArray ThrownTypes = nullptr); 760 DITypeArray ThrownTypes = nullptr);
|
| D | DebugInfoMetadata.h | 1876 DINodeArray RetainedNodes, DITypeArray ThrownTypes, 1882 RetainedNodes.get(), ThrownTypes.get(), Storage, 1892 Metadata *RetainedNodes, Metadata *ThrownTypes, 1913 DITypeArray ThrownTypes = nullptr), 1916 Declaration, RetainedNodes, ThrownTypes)) 1925 Metadata *RetainedNodes = nullptr, Metadata *ThrownTypes = nullptr), 1928 Declaration, RetainedNodes, ThrownTypes))
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | DIBuilder.cpp | 820 DITypeArray ThrownTypes) { in createFunction() argument 826 MDTuple::getTemporary(VMContext, None).release(), ThrownTypes); in createFunction() 839 DITypeArray ThrownTypes) { in createTempFunctionFwdDecl() argument 845 Decl, nullptr, ThrownTypes) in createTempFunctionFwdDecl() 854 DITypeArray ThrownTypes) { in createMethod() argument 864 nullptr, ThrownTypes); in createMethod()
|
| D | LLVMContextImpl.h | 694 Metadata *ThrownTypes; 702 Metadata *ThrownTypes) 708 RetainedNodes(RetainedNodes), ThrownTypes(ThrownTypes) {} 720 ThrownTypes(N->getRawThrownTypes()) {} 735 ThrownTypes == RHS->getRawThrownTypes();
|
| D | DebugInfoMetadata.cpp | 865 Metadata *ThrownTypes, StorageType Storage, bool ShouldCreate) { in getImpl() argument 872 RetainedNodes, ThrownTypes)); in getImpl() 875 Declaration, RetainedNodes, ContainingType, TemplateParams, ThrownTypes}; in getImpl() 876 if (!ThrownTypes) { in getImpl()
|
| D | Verifier.cpp | 1283 auto *ThrownTypes = dyn_cast<MDTuple>(RawThrownTypes); in visitDISubprogram() local 1284 AssertDI(ThrownTypes, "invalid thrown types list", &N, RawThrownTypes); in visitDISubprogram() 1285 for (Metadata *Op : ThrownTypes->operands()) in visitDISubprogram() 1286 AssertDI(Op && isa<DIType>(Op), "invalid thrown type", &N, ThrownTypes, in visitDISubprogram()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfUnit.h | 227 void addThrownTypes(DIE &Die, DINodeArray ThrownTypes);
|
| D | DwarfUnit.cpp | 532 void DwarfUnit::addThrownTypes(DIE &Die, DINodeArray ThrownTypes) { in addThrownTypes() argument 533 for (const auto *Ty : ThrownTypes) { in addThrownTypes()
|