Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dattribs.h95 extern tree handle_dll_attribute (tree *, tree, tree, int, bool *);
H A Dattribs.c1597 handle_dll_attribute (tree * pnode, tree name, tree args, int flags, in handle_dll_attribute() function
H A Dtarget.def2121 add @code{handle_dll_attribute} in the attribute table for your port\n\
4305 checks to @code{handle_dll_attribute}.",
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.h4639 extern tree handle_dll_attribute (tree *, tree, tree, int, bool *);
H A Dtarget.def1942 checks to @code{handle_dll_attribute}.",
H A Dtree.c5520 handle_dll_attribute (tree * pnode, tree name, tree args, int flags, in handle_dll_attribute() function
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c35664 { "dllimport", 0, 0, false, false, false, handle_dll_attribute, false },
35665 { "dllexport", 0, 0, false, false, false, handle_dll_attribute, false },
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c46046 { "dllimport", 0, 0, false, false, false, false, handle_dll_attribute,
46048 { "dllexport", 0, 0, false, false, false, false, handle_dll_attribute,
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dtm.texi9847 add @code{handle_dll_attribute} in the attribute table for your port
9854 …. Use this hook if the target needs to add extra validation checks to @code{handle_dll_attribute}.
H A Dtm.texi.in9730 add @code{handle_dll_attribute} in the attribute table for your port