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

  /frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h 77 bool allocateCommonSymbols();
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 132 /// allocateCommonSymbols - allocate common symbols in the corresponding
134 virtual bool allocateCommonSymbols(Module& pModule) = 0;
GNULDBackend.h 189 /// allocateCommonSymbols - allocate common symbols in the corresponding
192 virtual bool allocateCommonSymbols(Module& pModule);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 110 /// allocateCommonSymbols - allocate common symbols in the corresponding
112 bool allocateCommonSymbols(Module& pModule);
MipsLDBackend.cpp 616 /// allocateCommonSymbols - allocate common symbols in the corresponding
620 bool MipsGNULDBackend::allocateCommonSymbols(Module& pModule)
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 375 bool ObjectLinker::allocateCommonSymbols()
379 return m_LDBackend.allocateCommonSymbols(*m_pModule);
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 161 // 8. - allocateCommonSymbols
163 if (!m_pObjLinker->allocateCommonSymbols())
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 895 milliseconds