Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2101 struct AANoUnwindCallSite final struct
2103 AANoUnwindCallSite(const IRPosition &IRP, Attributor &A) in AANoUnwindCallSite() function
2107 void trackStatistics() const override { STATS_DECLTRACK_CS_ATTR(nounwind); } in trackStatistics()