Searched refs:allocateCommonSymbols (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectLinker.h75 bool allocateCommonSymbols();
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h110 /// allocateCommonSymbols - allocate common symbols in the corresponding
112 virtual bool allocateCommonSymbols(Module& pModule) = 0;
H A DGNULDBackend.h188 /// allocateCommonSymbols - allocate common symbols in the corresponding
191 virtual bool allocateCommonSymbols(Module& pModule);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h51 bool allocateCommonSymbols(Module& pModule);
H A DHexagonLDBackend.cpp752 /// allocateCommonSymbols - allocate common symbols in the corresponding
755 bool HexagonLDBackend::allocateCommonSymbols(Module& pModule) function in class:HexagonLDBackend
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp197 // 9.b - allocateCommonSymbols
199 if (!m_pObjLinker->allocateCommonSymbols())
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h123 /// allocateCommonSymbols - allocate common symbols in the corresponding
125 bool allocateCommonSymbols(Module& pModule);
H A DMipsLDBackend.cpp509 /// allocateCommonSymbols - allocate common symbols in the corresponding
513 bool MipsGNULDBackend::allocateCommonSymbols(Module& pModule) function in class:MipsGNULDBackend
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp600 bool ObjectLinker::allocateCommonSymbols() function in class:ObjectLinker
604 return m_LDBackend.allocateCommonSymbols(*m_pModule);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1561 /// allocateCommonSymbols - allocate common symbols in the corresponding
1565 GNULDBackend::allocateCommonSymbols(Module& pModule) function in class:GNULDBackend

Completed in 96 milliseconds