Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDtree.h3829 extern tree handle_dll_attribute (tree *, tree, tree, int, bool *);
HDtree.c3714 handle_dll_attribute (tree * pnode, tree name, tree args, int flags, in handle_dll_attribute() function
HDChangeLog-200420289 * tree.c (handle_dll_attribute): Move here from i383/winnt.c.
20292 * tree.h (handle_dll_attribute): Declare. Test
20301 handle_dll_attribute. Test TARGET_DLLIMPORT_DECL_ATTRIBUTES with
20308 handle_dll_attribute for dllimport/dllexport. Test
20320 handle_dll_attribute.
HDChangeLog-20062674 * tree.c (handle_dll_attribute): Return early if not a
HDChangeLog-20055760 (handle_dll_attribute): Check targetm.valid_dllimport_attribute_p
17598 * tree.c (handle_dll_attribute)): Likewise.
/freebsd-11-stable/contrib/gcc/config/arm/
HDarm.c2869 { "dllimport", 0, 0, false, false, false, handle_dll_attribute },
2870 { "dllexport", 0, 0, false, false, false, handle_dll_attribute },
/freebsd-11-stable/contrib/gcc/config/i386/
HDi386.c2568 { "dllimport", 0, 0, false, false, false, handle_dll_attribute },
2569 { "dllexport", 0, 0, false, false, false, handle_dll_attribute },
/freebsd-11-stable/contrib/gcc/doc/
HDtm.texi8771 add @code{handle_dll_attribute} in the attribute table for your port
8780 checks to @code{handle_dll_attribute}.