HomeSort by relevance Sort by last modified time
    Searched refs:allocateCommonSymbols (Results 1 - 10 of 10) sorted by null

  /frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h 75 bool allocateCommonSymbols();
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 110 /// allocateCommonSymbols - allocate common symbols in the corresponding
112 virtual bool allocateCommonSymbols(Module& pModule) = 0;
GNULDBackend.h 188 /// allocateCommonSymbols - allocate common symbols in the corresponding
191 virtual bool allocateCommonSymbols(Module& pModule);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 51 bool allocateCommonSymbols(Module& pModule);
HexagonLDBackend.cpp 752 /// allocateCommonSymbols - allocate common symbols in the corresponding
755 bool HexagonLDBackend::allocateCommonSymbols(Module& pModule)
    [all...]
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 197 // 9.b - allocateCommonSymbols
199 if (!m_pObjLinker->allocateCommonSymbols())
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 123 /// allocateCommonSymbols - allocate common symbols in the corresponding
125 bool allocateCommonSymbols(Module& pModule);
MipsLDBackend.cpp 509 /// allocateCommonSymbols - allocate common symbols in the corresponding
513 bool MipsGNULDBackend::allocateCommonSymbols(Module& pModule)
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 600 bool ObjectLinker::allocateCommonSymbols()
604 return m_LDBackend.allocateCommonSymbols(*m_pModule);
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 419 milliseconds