Next: , Previous: , Up: LTO   [Contents][Index]


24.2 LTO file sections

LTO information is stored in several ELF sections inside object files. Data structures and enum codes for sections are defined in lto-streamer.h.

These sections are emitted from lto-streamer-out.c and mapped in all at once from lto/lto.c:lto_file_read. The individual functions dealing with the reading/writing of each section are described below.


Next: , Previous: , Up: LTO   [Contents][Index]