Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributor.cpp862 struct AANoUnwindImpl : AANoUnwind { struct
863 AANoUnwindImpl(const IRPosition &IRP) : AANoUnwind(IRP) {} in AANoUnwindImpl() argument
895 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()