Searched refs:AANoUnwindImpl (Results 1 – 1 of 1) sorted by relevance
2048 struct AANoUnwindImpl : AANoUnwind { struct2049 AANoUnwindImpl(const IRPosition &IRP, Attributor &A) : AANoUnwind(IRP, A) {} in AANoUnwindImpl() function2092 struct AANoUnwindFunction final : public AANoUnwindImpl {2094 : AANoUnwindImpl(IRP, A) {} in AANoUnwindFunction()2102 : AACalleeToCallSite<AANoUnwind, AANoUnwindImpl> {2104 : AACalleeToCallSite<AANoUnwind, AANoUnwindImpl>(IRP, A) {} in AANoUnwindCallSite()