Lines Matching full:dllexport
5988 `-fno-keep-inline-dllexport'
5991 `dllexport' attribute or declspec (*Note Declaring Attributes of
17584 ((visibility("default")))' instead of `__declspec(dllexport)' you
20453 `dllexport'
20455 `dllexport' attribute causes the compiler to provide a global
20461 You can use `__declspec(dllexport)' as a synonym for
20462 `__attribute__ ((dllexport))' for compatibility with other
20469 In previous versions of GCC, the `dllexport' attribute was ignored
20474 by using `-fno-keep-inline-dllexport'.
20509 subsequent declaration as `dllexport'.
22578 `dllexport'
22579 The `dllexport' attribute is described in *note Function
23138 __declspec(dllexport)
44680 * -fno-keep-inline-dllexport: Optimize Options. (line 305)
47364 * __declspec(dllexport): Function Attributes.