Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp1432 struct AANoUnwindImpl : AANoUnwind { struct
1433 AANoUnwindImpl(const IRPosition &IRP, Attributor &A) : AANoUnwind(IRP, A) {} in AANoUnwindImpl() argument
1435 const std::string getAsStr() const override { in getAsStr()
1440 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()