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

/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp636 bool ObjectLinker::allocateCommonSymbols() { function in class:mcld::ObjectLinker
639 return m_LDBackend.allocateCommonSymbols(*m_pModule);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp744 /// allocateCommonSymbols - allocate common symbols in the corresponding
746 bool HexagonLDBackend::allocateCommonSymbols(Module& pModule) { function in class:mcld::HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp578 /// allocateCommonSymbols - allocate common symbols in the corresponding
581 bool MipsGNULDBackend::allocateCommonSymbols(Module& pModule) { function in class:mcld::MipsGNULDBackend
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1501 /// allocateCommonSymbols - allocate common symbols in the corresponding
1503 bool GNULDBackend::allocateCommonSymbols(Module& pModule) { function in class:mcld::GNULDBackend

Completed in 124 milliseconds