Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp135 std::optional<unsigned> SwiftErrorArgument; member
659 if (Group.SwiftErrorArgument) in createFunction()
660 Group.OutlinedFunction->addParamAttr(*Group.SwiftErrorArgument, in createFunction()
976 !Group.SwiftErrorArgument && in findExtractedInputToOverallInputMapping()
978 Group.SwiftErrorArgument = TypeIndex; in findExtractedInputToOverallInputMapping()
1528 if (Group.SwiftErrorArgument) in replaceCalledFunction()
1529 Call->addParamAttr(*Group.SwiftErrorArgument, Attribute::SwiftError); in replaceCalledFunction()