Home
last modified time | relevance | path

Searched refs:getReachedList (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DGarbageCollection.h43 SectionListTy& getReachedList(const LDSection& pSection);
/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp81 GarbageCollection::SectionReachedListMap::getReachedList( in getReachedList() function in mcld::GarbageCollection::SectionReachedListMap
170 reached_sects = &m_SectionReachedListMap.getReachedList(*apply_sect); in setUpReachedSections()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp604 reached_sects = &pSectReachedListMap.getReachedList(*apply_sect); in setUpReachedSectionsForGC()