search for: thinlto_block

Displaying 2 results from an estimated 2 matches for "thinlto_block".

2015 Aug 03
3
[LLVMdev] RFC: ThinLTO File Format
...parsing of the normal module bitcode IR when reading the ThinLTO information, and vice versa. Bitcode ThinLTO Support This section describes the representation of ThinLTO for bitcode-only intermediate files. ThinLTO Bitcode Blocks There will be three ThinLTO bitcode blocks nested within an outer THINLTO_BLOCK, which itself is nested within the outer MODULE_BLOCK: <MODULE_BLOCK> ... <THINLTO_BLOCK BlockID=19 ...> <THINLTO_SYMTAB_BLOCK BlockID=20 ...> </THINLTO_SYMTAB_BLOCK> <THINLTO_MODULE_STRTAB_BLOCK BlockID=21 ...> </THINLTO_MODULE_STRTAB_BLOCK>...
2015 Aug 03
2
[LLVMdev] RFC: ThinLTO File Format
...IR when reading the ThinLTO information, and vice versa. > Bitcode ThinLTO Support > > This section describes the representation of ThinLTO for bitcode-only > intermediate files. > ThinLTO Bitcode Blocks > > There will be three ThinLTO bitcode blocks nested within an outer > THINLTO_BLOCK, which itself is nested within the outer MODULE_BLOCK: > > <MODULE_BLOCK> > > ... > > <THINLTO_BLOCK BlockID=19 ...> > > <THINLTO_SYMTAB_BLOCK BlockID=20 ...> > > </THINLTO_SYMTAB_BLOCK> > > <THINLTO_MODULE_STRTAB_BLOCK Block...