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

  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 158 SectionListTy* reached_sects = NULL; local
181 reached_sects = &m_SectionReachedListMap.getReachedList(*apply_sect);
184 reached_sects->insert(target_sect);
186 reached_sects = NULL;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 464 GarbageCollection::SectionListTy* reached_sects = NULL; local
489 reached_sects = &pSectReachedListMap.getReachedList(*apply_sect);
492 reached_sects->insert(target_sect);
494 reached_sects = NULL;

Completed in 4846 milliseconds