Home
last modified time | relevance | path

Searched refs:reached_sects (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp147 SectionListTy* reached_sects = NULL; in setUpReachedSections() local
170 reached_sects = &m_SectionReachedListMap.getReachedList(*apply_sect); in setUpReachedSections()
173 reached_sects->insert(target_sect); in setUpReachedSections()
175 reached_sects = NULL; in setUpReachedSections()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp508 GarbageCollection::SectionListTy* reached_sects = NULL; in setUpReachedSectionsForGC() local
533 reached_sects = &pSectReachedListMap.getReachedList(*apply_sect); in setUpReachedSectionsForGC()
536 reached_sects->insert(target_sect); in setUpReachedSectionsForGC()
538 reached_sects = NULL; in setUpReachedSectionsForGC()