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 636 bool ObjectLinker::allocateCommonSymbols() {
639 return m_LDBackend.allocateCommonSymbols(*m_pModule);
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 744 /// allocateCommonSymbols - allocate common symbols in the corresponding
746 bool HexagonLDBackend::allocateCommonSymbols(Module& pModule) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 578 /// allocateCommonSymbols - allocate common symbols in the corresponding
581 bool MipsGNULDBackend::allocateCommonSymbols(Module& pModule) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 106 milliseconds