Searched defs:allocateCommonSymbols (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp420 bool ObjectLinker::allocateCommonSymbols() function in class:ObjectLinker
424 return m_LDBackend.allocateCommonSymbols(*m_pModule);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp265 /// allocateCommonSymbols - allocate common symbols in the corresponding
269 bool MipsGNULDBackend::allocateCommonSymbols(Module& pModule) function in class:MipsGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp738 /// allocateCommonSymbols - allocate common symbols in the corresponding
741 bool HexagonLDBackend::allocateCommonSymbols(Module& pModule) function in class:HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1550 /// allocateCommonSymbols - allocate common symbols in the corresponding
1554 GNULDBackend::allocateCommonSymbols(Module& pModule) function in class:GNULDBackend

Completed in 87 milliseconds