Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp136 std::optional<unsigned> SwiftErrorArgument; member
660 if (Group.SwiftErrorArgument) in createFunction()
661 Group.OutlinedFunction->addParamAttr(*Group.SwiftErrorArgument, in createFunction()
961 !Group.SwiftErrorArgument && in findExtractedInputToOverallInputMapping()
963 Group.SwiftErrorArgument = TypeIndex; in findExtractedInputToOverallInputMapping()
1514 if (Group.SwiftErrorArgument) in replaceCalledFunction()
1515 Call->addParamAttr(*Group.SwiftErrorArgument, Attribute::SwiftError); in replaceCalledFunction()