Searched refs:allocateCommonSymbols (Results 1 – 8 of 8) sorted by relevance
77 bool allocateCommonSymbols();
112 bool allocateCommonSymbols(Module& pModule);
620 bool MipsGNULDBackend::allocateCommonSymbols(Module& pModule) in allocateCommonSymbols() function in MipsGNULDBackend
134 virtual bool allocateCommonSymbols(Module& pModule) = 0;
192 virtual bool allocateCommonSymbols(Module& pModule);
375 bool ObjectLinker::allocateCommonSymbols() in allocateCommonSymbols() function in ObjectLinker379 return m_LDBackend.allocateCommonSymbols(*m_pModule); in allocateCommonSymbols()
163 if (!m_pObjLinker->allocateCommonSymbols()) in resolve()
1554 GNULDBackend::allocateCommonSymbols(Module& pModule) in allocateCommonSymbols() function in GNULDBackend