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 73 bool allocateCommonSymbols();
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 114 /// allocateCommonSymbols - allocate common symbols in the corresponding
116 virtual bool allocateCommonSymbols(Module& pModule) = 0;
GNULDBackend.h 187 /// allocateCommonSymbols - allocate common symbols in the corresponding
190 virtual bool allocateCommonSymbols(Module& pModule);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 50 bool allocateCommonSymbols(Module& pModule);
HexagonLDBackend.cpp 713 /// allocateCommonSymbols - allocate common symbols in the corresponding
715 bool HexagonLDBackend::allocateCommonSymbols(Module& pModule) {
    [all...]
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 194 // 9.b - allocateCommonSymbols
196 if (!m_pObjLinker->allocateCommonSymbols())
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 122 /// allocateCommonSymbols - allocate common symbols in the corresponding
124 bool allocateCommonSymbols(Module& pModule);
MipsLDBackend.cpp 463 /// allocateCommonSymbols - allocate common symbols in the corresponding
466 bool MipsGNULDBackend::allocateCommonSymbols(Module& pModule) {
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 636 bool ObjectLinker::allocateCommonSymbols() {
639 return m_LDBackend.allocateCommonSymbols(*m_pModule);
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 3974 milliseconds