Home
last modified time | relevance | path

Searched defs:AANoUnwindFunction (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1995 struct AANoUnwindFunction final : public AANoUnwindImpl { struct
1996 AANoUnwindFunction(const IRPosition &IRP, Attributor &A) in AANoUnwindFunction() function
2000 void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(nounwind) } in trackStatistics()