Lines Matching refs:exported
21 Mark a symbol as hidden so it will not be exported from shared libraries.
24 Mark a symbol as being exported by the libc++ library. This attribute must
25 be applied to the declaration of all functions exported by the libc++ dylib.
28 Mark a symbol as being exported by the libc++ library. This attribute may
34 Mark a symbol as being exported by the libc++ library, but allow it to be
56 maintain ABI compatibility for symbols that have been historically exported
98 an extern template declaration as being exported by the libc++ library.
111 explicit instantiations themselves are marked as exported. Note that this
119 of a class template as being exported by the libc++ library. This attribute
123 the extern template declaration) as exported on Windows, as discussed above.
127 Mark a symbol as hidden so it will not be exported from shared libraries. This
144 being exported from those libraries, since those implicit instantiations will
156 Mark the member functions, typeinfo, and vtable of the type as being exported