search for: llvm_thinlto_modstrtab

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

2015 Aug 03
3
[LLVMdev] RFC: ThinLTO File Format
...t will contain a symbol table, and special sections holding the additional ThinLTO information. These sections are the function summary section (.llvm_thinlto_funcsum) containing the function’s bitcode offset and summary information for importing decisions, as well as the module path string table (.llvm_thinlto_modstrtab). For simplicity and consistency with the bitcode-only format and interfaces, the contents of the .llvm_thinlto_funcsum and .llvm_thinlto_modstrtab will be encoded with bitcode. The .llvm_thinlto_modstrtab section will contain bitcode for a single THINLTO_MODULE_STRTAB_BLOCK. The format and conten...
2015 Aug 03
2
[LLVMdev] RFC: ThinLTO File Format
...bol table, and special sections holding the > additional ThinLTO information. These sections are the function summary > section (.llvm_thinlto_funcsum) containing the function’s bitcode offset > and summary information for importing decisions, as well as the module path > string table (.llvm_thinlto_modstrtab). > > For simplicity and consistency with the bitcode-only format and > interfaces, the contents of the .llvm_thinlto_funcsum and > .llvm_thinlto_modstrtab will be encoded with bitcode. The > .llvm_thinlto_modstrtab section will contain bitcode for a single > THINLTO_MODULE_STRTAB...