Lines Matching refs:Attribute
764 case Attribute::Alignment: in constructFunction()
765 case Attribute::AllocSize: in constructFunction()
766 case Attribute::ArgMemOnly: in constructFunction()
767 case Attribute::Builtin: in constructFunction()
768 case Attribute::ByVal: in constructFunction()
769 case Attribute::Convergent: in constructFunction()
770 case Attribute::Dereferenceable: in constructFunction()
771 case Attribute::DereferenceableOrNull: in constructFunction()
772 case Attribute::InAlloca: in constructFunction()
773 case Attribute::InReg: in constructFunction()
774 case Attribute::InaccessibleMemOnly: in constructFunction()
775 case Attribute::InaccessibleMemOrArgMemOnly: in constructFunction()
776 case Attribute::JumpTable: in constructFunction()
777 case Attribute::Naked: in constructFunction()
778 case Attribute::Nest: in constructFunction()
779 case Attribute::NoAlias: in constructFunction()
780 case Attribute::NoBuiltin: in constructFunction()
781 case Attribute::NoCapture: in constructFunction()
782 case Attribute::NoReturn: in constructFunction()
783 case Attribute::None: in constructFunction()
784 case Attribute::NonNull: in constructFunction()
785 case Attribute::ReadNone: in constructFunction()
786 case Attribute::ReadOnly: in constructFunction()
787 case Attribute::Returned: in constructFunction()
788 case Attribute::ReturnsTwice: in constructFunction()
789 case Attribute::SExt: in constructFunction()
790 case Attribute::Speculatable: in constructFunction()
791 case Attribute::StackAlignment: in constructFunction()
792 case Attribute::StructRet: in constructFunction()
793 case Attribute::SwiftError: in constructFunction()
794 case Attribute::SwiftSelf: in constructFunction()
795 case Attribute::WriteOnly: in constructFunction()
796 case Attribute::ZExt: in constructFunction()
797 case Attribute::EndAttrKinds: in constructFunction()
800 case Attribute::AlwaysInline: in constructFunction()
801 case Attribute::Cold: in constructFunction()
802 case Attribute::NoRecurse: in constructFunction()
803 case Attribute::InlineHint: in constructFunction()
804 case Attribute::MinSize: in constructFunction()
805 case Attribute::NoDuplicate: in constructFunction()
806 case Attribute::NoImplicitFloat: in constructFunction()
807 case Attribute::NoInline: in constructFunction()
808 case Attribute::NonLazyBind: in constructFunction()
809 case Attribute::NoRedZone: in constructFunction()
810 case Attribute::NoUnwind: in constructFunction()
811 case Attribute::OptForFuzzing: in constructFunction()
812 case Attribute::OptimizeNone: in constructFunction()
813 case Attribute::OptimizeForSize: in constructFunction()
814 case Attribute::SafeStack: in constructFunction()
815 case Attribute::ShadowCallStack: in constructFunction()
816 case Attribute::SanitizeAddress: in constructFunction()
817 case Attribute::SanitizeMemory: in constructFunction()
818 case Attribute::SanitizeThread: in constructFunction()
819 case Attribute::SanitizeHWAddress: in constructFunction()
820 case Attribute::SpeculativeLoadHardening: in constructFunction()
821 case Attribute::StackProtect: in constructFunction()
822 case Attribute::StackProtectReq: in constructFunction()
823 case Attribute::StackProtectStrong: in constructFunction()
824 case Attribute::StrictFP: in constructFunction()
825 case Attribute::UWTable: in constructFunction()
826 case Attribute::NoCfCheck: in constructFunction()