Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2048 struct AANoUnwindImpl : AANoUnwind { struct
2049 AANoUnwindImpl(const IRPosition &IRP, Attributor &A) : AANoUnwind(IRP, A) {} in AANoUnwindImpl() function
2092 struct AANoUnwindFunction final : public AANoUnwindImpl {
2094 : AANoUnwindImpl(IRP, A) {} in AANoUnwindFunction()
2102 : AACalleeToCallSite<AANoUnwind, AANoUnwindImpl> {
2104 : AACalleeToCallSite<AANoUnwind, AANoUnwindImpl>(IRP, A) {} in AANoUnwindCallSite()