Lines Matching defs:component
520 # This is used to specify that this is a component library of
884 # Define special targets that behave like a component group. They don't have any
886 # component supports is a Target and it supports JIT compilation, HAS_JIT must
888 # to link extra component into an existing group.
902 # An LLVM component is a cmake target with the following cmake properties
904 # - LLVM_COMPONENT_NAME: the name of the component, which can be the name of
906 # - LLVM_LINK_COMPONENTS: a list of component this component depends on
907 # - COMPONENT_HAS_JIT: (only for group component) whether this target group
909 # Additionnaly, the ADD_TO_COMPONENT <component> option make it possible to add this
910 # component to the LLVM_LINK_COMPONENTS of <component>.
1252 # Add static plugins to the Extension component
1320 # Turn library dependency back to component name, if possible.
2228 set(component ${ARG_COMPONENT})
2229 if(NOT component)
2230 set(component ${name})
2253 COMPONENT ${component})
2274 set(component ${ARG_COMPONENT})
2277 set(component ${dest})
2279 set(component ${name})
2299 COMPONENT ${component})
2304 COMPONENT ${component}