Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp137 std::optional<unsigned> SwiftErrorArgument; member
664 if (Group.SwiftErrorArgument) in createFunction()
665 Group.OutlinedFunction->addParamAttr(*Group.SwiftErrorArgument, in createFunction()
978 !Group.SwiftErrorArgument && in findExtractedInputToOverallInputMapping()
980 Group.SwiftErrorArgument = TypeIndex; in findExtractedInputToOverallInputMapping()
1531 if (Group.SwiftErrorArgument) in replaceCalledFunction()
1532 Call->addParamAttr(*Group.SwiftErrorArgument, Attribute::SwiftError); in replaceCalledFunction()