Displaying 2 results from an estimated 2 matches for "llvm_thinlto_funcsum".
2015 Aug 03
3
[LLVMdev] RFC: ThinLTO File Format
...e earlier bitcode-only case, the ThinLTO information is not nested within
the MODULE_BLOCK contained within the .llvmbc section. Instead, the native
object 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_mods...
2015 Aug 03
2
[LLVMdev] RFC: ThinLTO File Format
...ly case, the ThinLTO information is not nested within
> the MODULE_BLOCK contained within the .llvmbc section. Instead, the native
> object 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_funcsu...