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

  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 600 bool ObjectLinker::allocateCommonSymbols()
604 return m_LDBackend.allocateCommonSymbols(*m_pModule);
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 752 /// allocateCommonSymbols - allocate common symbols in the corresponding
755 bool HexagonLDBackend::allocateCommonSymbols(Module& pModule)
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 509 /// allocateCommonSymbols - allocate common symbols in the corresponding
513 bool MipsGNULDBackend::allocateCommonSymbols(Module& pModule)
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 73 milliseconds