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

/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectLinker.h73 bool allocateCommonSymbols();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h50 bool allocateCommonSymbols(Module& pModule);
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/include/mcld/Target/
H A DTargetLDBackend.h114 /// allocateCommonSymbols - allocate common symbols in the corresponding
116 virtual bool allocateCommonSymbols(Module& pModule) = 0;
H A DGNULDBackend.h187 /// allocateCommonSymbols - allocate common symbols in the corresponding
190 virtual bool allocateCommonSymbols(Module& pModule);
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp194 // 9.b - allocateCommonSymbols
196 if (!m_pObjLinker->allocateCommonSymbols())
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h124 /// allocateCommonSymbols - allocate common symbols in the corresponding
126 bool allocateCommonSymbols(Module& pModule);
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/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/
H A DGNULDBackend.cpp1501 /// allocateCommonSymbols - allocate common symbols in the corresponding
1503 bool GNULDBackend::allocateCommonSymbols(Module& pModule) { function in class:mcld::GNULDBackend

Completed in 520 milliseconds