Home | History | Annotate | Download | only in info

Lines Matching full:hidden

431           -fno-default-inline  -fvisibility-inlines-hidden
2038 `-fvisibility-inlines-hidden'
2044 methods with `__attribute__ ((visibility ("hidden")))' so that
2052 methods as hidden directly, because it does not affect static
2072 1. It sets the default visibility to `hidden', like
2073 `-fvisibility=hidden'.
2075 2. Types, but not their members, are not hidden by default.
2082 In new code it is better to use `-fvisibility=hidden' and export
2306 the `A' class version of `f' is hidden in `B', and code like:
15311 `-fvisibility=DEFAULT|INTERNAL|HIDDEN|PROTECTED'
15323 so the only other commonly used option will be `hidden'. The
15332 made possible by this option to marking things hidden when the
15333 default is public is to make the default hidden and mark things
15335 `-fvisibility=hidden' and `__attribute__
15343 `#pragma GCC visibility push(hidden)' and `#pragma GCC visibility
15348 marked explicitly as hidden as so to avoid PLT indirection
15361 of code can be recompiled with `-fvisibility=hidden' with no
15366 should be treated as hidden.
19104 default, hidden, protected or internal visibility.
19108 int i __attribute__ ((visibility ("hidden")));
19129 "hidden"
19130 Hidden visibility indicates that the entity declared will
19131 have a new form of linkage, which we'll call "hidden
19132 linkage". Two declarations of an object with hidden linkage
19137 Internal visibility is like hidden visibility, but with
19141 Compare this with hidden functions which, while they cannot
19157 pseudo-op). Default visibility is supported everywhere. Hidden
19175 used from one shared object; then you can mark it hidden while the
19178 not useful to mark an inline method as hidden without marking the
19179 whole class as hidden.
35776 pointer is basically hidden for the garbage collector; this can be
40829 * fvisibility-inlines-hidden: C++ Dialect Options.