Lines Matching refs:Library
2 Support Library
8 This document provides some details on LLVM's Support Library, located in the
13 facilities are needed and the Support Library is the wrapper around those
23 Note that the Support Library is not intended to be a complete operating system
28 The Support Library was originally referred to as the System Library, written
37 portability rules associated with the Support Library. Adherence to these rules
38 should help the Support Library achieve its goal of shielding LLVM from the
60 The Support Library must shield LLVM from **all** system headers. To obtain
125 The Support Library interfaces can be called quite frequently by LLVM. In order
143 provided by the Support Library must be implemented on all platforms (even
209 Implementations of the Support Library interface are separated by their general