Searched refs:AANoUnwindImpl (Results 1 – 1 of 1) sorted by relevance
862 struct AANoUnwindImpl : AANoUnwind { struct863 AANoUnwindImpl(const IRPosition &IRP) : AANoUnwind(IRP) {} in AANoUnwindImpl() argument895 struct AANoUnwindFunction final : public AANoUnwindImpl {896 AANoUnwindFunction(const IRPosition &IRP) : AANoUnwindImpl(IRP) {} in AANoUnwindFunction()903 struct AANoUnwindCallSite final : AANoUnwindImpl {904 AANoUnwindCallSite(const IRPosition &IRP) : AANoUnwindImpl(IRP) {} in AANoUnwindCallSite()908 AANoUnwindImpl::initialize(A); in initialize()