Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp136 Optional<unsigned> SwiftErrorArgument; member
653 if (Group.SwiftErrorArgument) in createFunction()
654 Group.OutlinedFunction->addParamAttr(Group.SwiftErrorArgument.value(), in createFunction()
966 !Group.SwiftErrorArgument && in findExtractedInputToOverallInputMapping()
968 Group.SwiftErrorArgument = TypeIndex; in findExtractedInputToOverallInputMapping()
1518 if (Group.SwiftErrorArgument) in replaceCalledFunction()
1519 Call->addParamAttr(Group.SwiftErrorArgument.value(), Attribute::SwiftError); in replaceCalledFunction()