Lines Matching full:hidden
439 -fno-default-inline -fvisibility-inlines-hidden
1973 `-fvisibility-inlines-hidden'
1979 methods with `__attribute__ ((visibility ("hidden")))' so that
1987 methods as hidden directly, because it does not affect static
2007 1. It sets the default visibility to `hidden', like
2008 `-fvisibility=hidden'.
2010 2. Types, but not their members, are not hidden by default.
2017 In new code it is better to use `-fvisibility=hidden' and export
2231 the `A' class version of `f' is hidden in `B', and code like:
14307 `-fvisibility=DEFAULT|INTERNAL|HIDDEN|PROTECTED'
14319 so the only other commonly used option will be `hidden'. The
14328 made possible by this option to marking things hidden when the
14329 default is public is to make the default hidden and mark things
14331 `-fvisibility=hidden' and `__attribute__
14339 `#pragma GCC visibility push(hidden)' and `#pragma GCC visibility
14344 marked explicitly as hidden as so to avoid PLT indirection
14357 of code can be recompiled with `-fvisibility=hidden' with no
14362 should be treated as hidden.
17828 default, hidden, protected or internal visibility.
17832 int i __attribute__ ((visibility ("hidden")));
17853 "hidden"
17854 Hidden visibility indicates that the entity declared will
17855 have a new form of linkage, which we'll call "hidden
17856 linkage". Two declarations of an object with hidden linkage
17861 Internal visibility is like hidden visibility, but with
17865 Compare this with hidden functions which, while they cannot
17881 pseudo-op). Default visibility is supported everywhere. Hidden
17899 be used from one shared object; then you can mark it hidden while
17902 usually not useful to mark an inline method as hidden without
17903 marking the whole class as hidden.
33969 pointer is basically hidden for the garbage collector; this can be
38986 * fvisibility-inlines-hidden: C++ Dialect Options.