Searched refs:handle_dll_attribute (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | tree.h | 3829 extern tree handle_dll_attribute (tree *, tree, tree, int, bool *);
|
| HD | tree.c | 3714 handle_dll_attribute (tree * pnode, tree name, tree args, int flags, in handle_dll_attribute() function
|
| HD | ChangeLog-2004 | 20289 * 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.
|
| HD | ChangeLog-2006 | 2674 * tree.c (handle_dll_attribute): Return early if not a
|
| HD | ChangeLog-2005 | 5760 (handle_dll_attribute): Check targetm.valid_dllimport_attribute_p 17598 * tree.c (handle_dll_attribute)): Likewise.
|
| /freebsd-11-stable/contrib/gcc/config/arm/ |
| HD | arm.c | 2869 { "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/ |
| HD | i386.c | 2568 { "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/ |
| HD | tm.texi | 8771 add @code{handle_dll_attribute} in the attribute table for your port 8780 checks to @code{handle_dll_attribute}.
|