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

/frameworks/compile/mclinker/include/mcld/LD/
H A DGarbageCollection.h41 /// getReachedList - get the list of sections which can be reached by
43 SectionListTy& getReachedList(const LDSection& pSection);
/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp81 GarbageCollection::SectionReachedListMap::getReachedList( function in class:mcld::GarbageCollection::SectionReachedListMap
170 reached_sects = &m_SectionReachedListMap.getReachedList(*apply_sect);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp604 reached_sects = &pSectReachedListMap.getReachedList(*apply_sect);

Completed in 44 milliseconds