Home | History | Annotate | Download | only in llvm-c

Lines Matching full:thinlto

555  * @defgroup LLVMCTLTO ThinLTO
562 ThinLTO.
572 * Instantiates a ThinLTO code generator.
578 * ask to perform the ThinLTO optimizations / codegen, and finally destroys the
594 * Add a module to a ThinLTO code generator. Identifier has to be unique among
610 * ThinLTO. Resulting objects are accessible using thinlto_module_get_object().
617 * Returns the number of object files produced by the ThinLTO CodeGenerator.
628 * Returns a reference to the ith object file produced by the ThinLTO
650 * @defgroup LLVMCTLTO_CACHING ThinLTO Cache Control
653 * These entry points control the ThinLTO cache. The cache is intended to
759 * Test if a module has support for ThinLTO linking.
769 * referenced from code outside of the ThinLTO modules need to be added here.
779 * ThinLTO files. If the ThinLTO CodeGenerator can ensure that every
780 * references from a ThinLTO module to this symbol is optimized away, then