Home
last modified time | relevance | path

Searched defs:ThrownTypes (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp860 DITypeArray ThrownTypes, DINodeArray Annotations, in createFunction()
880 DITypeArray ThrownTypes) { in createTempFunctionFwdDecl()
895 DITypeArray ThrownTypes) { in createMethod()
H A DDebugInfoMetadata.cpp1129 Metadata *ThrownTypes, Metadata *Annotations, MDString *TargetFuncName, in getImpl()
H A DVerifier.cpp1496 auto *ThrownTypes = dyn_cast<MDTuple>(RawThrownTypes); in visitDISubprogram() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp527 void DwarfUnit::addThrownTypes(DIE &Die, DINodeArray ThrownTypes) { in addThrownTypes()