Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp739 struct AANoUnwindImpl : AANoUnwind { struct
740 AANoUnwindImpl(const IRPosition &IRP, Attributor &A) : AANoUnwind(IRP, A) {} in AANoUnwindImpl() argument
742 const std::string getAsStr() const override { in getAsStr()
747 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()