Lines Matching refs:information
97 anywhere. This information is used by the LLVM optimizer and it
115 information collected during the linker's normal symbol resolution phase.
120 **Use separate tool to collect symbol information from all object files.**
122 capability to collect information for link time optimization. Not only is
137 The linker collects information about symbol definitions and uses in various
138 link objects which is more accurate than any information collected by other
139 tools during typical build cycles. The linker collects this information by
141 symbol visibility information. The linker also uses user-supplied information,
143 information, data flow information and knows much more about program structure
145 integration between the linker and the optimizer by sharing this information
152 information. This includes native object files as well as LLVM bitcode files.
159 This information is added to the linker's global symbol table.
191 information about any changes in use of external symbols by LLVM bitcode
194 symbol information appropriately and performs dead code stripping.