Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp96 Optional<unsigned> SwiftErrorArgument; member
370 if (Group.SwiftErrorArgument.hasValue()) in createFunction()
371 Group.OutlinedFunction->addParamAttr(Group.SwiftErrorArgument.getValue(), in createFunction()
598 !Group.SwiftErrorArgument.hasValue() && in findExtractedInputToOverallInputMapping()
600 Group.SwiftErrorArgument = TypeIndex; in findExtractedInputToOverallInputMapping()
825 if (Group.SwiftErrorArgument.hasValue()) in replaceCalledFunction()
826 Call->addParamAttr(Group.SwiftErrorArgument.getValue(), in replaceCalledFunction()