Lines Matching refs:exported
19 Mark a symbol as hidden so it will not be exported from shared libraries.
22 Mark a symbol as being exported by the libc++ library. This attribute must
23 be applied to the declaration of all functions exported by the libc++ dylib.
26 Mark a symbol as being exported by the libc++ library. This attribute may
32 Mark a symbol as being exported by the libc++ library, but allow it to be
50 maintain ABI compatibility for symbols that have been historically exported
127 a `_LIBCPP_EXTERN_TEMPLATE` declaration as being exported by the libc++ library.
146 explicit instantiations themselves are marked as exported. Note that this
154 of a class template as being exported by the libc++ library. This attribute
158 the extern template declaration) as exported on Windows, as discussed above.
162 Mark a symbol as hidden so it will not be exported from shared libraries. This
179 being exported from those libraries, since those implicit instantiations will
191 Mark the member functions, typeinfo, and vtable of the type as being exported