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.cpp982 DITypeArray ThrownTypes, DINodeArray Annotations, StringRef TargetFuncName, in createFunction()
1001 DITypeArray ThrownTypes) { in createTempFunctionFwdDecl()
1016 DITypeArray ThrownTypes, bool UseKeyInstructions) { in createMethod()
H A DDebugInfoMetadata.cpp1398 Metadata *ThrownTypes, Metadata *Annotations, MDString *TargetFuncName, in getImpl()
H A DVerifier.cpp1567 auto *ThrownTypes = dyn_cast<MDTuple>(RawThrownTypes); in visitDISubprogram() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp549 void DwarfUnit::addThrownTypes(DIE &Die, DINodeArray ThrownTypes) { in addThrownTypes()