Searched refs:sizeNamePools (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h95 /// sizeNamePools - compute the size of regular name pools
98 virtual void sizeNamePools(Module& pModule) = 0;
H A DGNULDBackend.h114 /// sizeNamePools - compute the size of regular name pools
117 virtual void sizeNamePools(Module& pModule);
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp635 /// @note sizeNamePools replies on LinkerConfig::CodePosition. Must determine
636 /// code position model before calling GNULDBackend::sizeNamePools()
637 m_LDBackend.sizeNamePools(*m_pModule);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp755 /// sizeNamePools - compute the size of regular name pools
758 void GNULDBackend::sizeNamePools(Module& pModule) function in class:GNULDBackend
1357 // Currently we may add output symbols after sizeNamePools(), and a

Completed in 1603 milliseconds