Lines Matching refs:library
134 appropriate implementation of each runtime library, selected based on
149 .. FIXME: Describe profiling runtime library
155 The compiler runtime library provides definitions of functions implicitly
160 The default runtime library is target-specific. For targets where GCC is
167 `LLVM's compiler runtime library <https://compiler-rt.llvm.org/>`_ provides a
168 complete set of runtime library functions containing all functions that
183 `GCC's runtime library <https://gcc.gnu.org/onlinedocs/gccint/Libgcc.html>`_
191 Atomics library
197 suitably aligned), a call to a runtime library ``__atomic_*`` function
198 will be generated. A runtime library containing these atomics functions is
204 compiler-rt contains an implementation of an atomics library.
209 libgcc_s does not provide an implementation of an atomics library. Instead,
210 `GCC's libatomic library <https://gcc.gnu.org/wiki/Atomic/GCCMM>`_ can be
220 Unwind library
223 The unwind library provides a family of ``_Unwind_*`` functions implementing
226 It is a dependency of the C++ ABI library, and sometimes is a dependency
232 LLVM's unwinder library is part of the llvm-project git repository. To
238 libunwind, that library will be implicitly linked into binaries that
245 library to be provided.
263 makes calls to a runtime library, in order to maintain side state about the
268 compiler-rt, and the relevant portion of that library
272 C standard library
276 `C standard library <https://en.cppreference.com/w/c>`_
279 C++ ABI library
282 The C++ ABI library provides an implementation of the library portion of
288 References to the functions and objects in this library are implicitly
293 standard library objects across the boundary), it is not generally possible
294 to have more than one C++ ABI library in a program.
296 The version of the C++ ABI library used by Clang will be the one that the
297 chosen C++ standard library was linked against. Several implementations are
310 library is only used when libstdc++ is linked statically. The dynamic
311 library version of libstdc++ contains a copy of libsupc++.
325 C++ standard library
329 of the `C++ standard library <https://en.cppreference.com/w/cpp>`_.
335 standard library, aimed at being a complete implementation of the C++ argument
344 implementation of the C++ standard library. Clang supports libstdc++ argument