[Development] Qt binaries with inlined functions

Thiago Macieira thiago.macieira at intel.com
Tue Apr 29 17:06:59 CEST 2014


Em ter 29 abr 2014, às 01:30:24, Dimitar Dobrev escreveu:
>     I don't need invisible inlines either but some of them - such as
> QModelIndex::row() - are visible. Is there any way to emit just the visible
> inlines?

Still hidden:

$ readelf -Ws --dyn-syms libQt5Core.so.5 | c++filt| grep QModelIndex::row
 14630: 000000000028bdf6    16 FUNC    LOCAL  HIDDEN    12 QModelIndex::row() 
const

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center



More information about the Development mailing list