Home
last modified time | relevance | path

Searched refs:GarbageCollection (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp74 void GarbageCollection::SectionReachedListMap::addReference( in addReference()
80 GarbageCollection::SectionListTy&
81 GarbageCollection::SectionReachedListMap::getReachedList( in getReachedList()
86 GarbageCollection::SectionListTy*
87 GarbageCollection::SectionReachedListMap::findReachedList( in findReachedList()
98 GarbageCollection::GarbageCollection(const LinkerConfig& pConfig, in GarbageCollection() function in mcld::GarbageCollection
104 GarbageCollection::~GarbageCollection() { in ~GarbageCollection()
107 bool GarbageCollection::run() { in run()
125 void GarbageCollection::setUpReachedSections() { in setUpReachedSections()
181 void GarbageCollection::getEntrySections(SectionVecTy& pEntry) { in getEntrySections()
[all …]
DAndroid.bp30 "GarbageCollection.cpp",
/frameworks/compile/mclinker/include/mcld/LD/
DGarbageCollection.h26 class GarbageCollection {
58 GarbageCollection(const LinkerConfig& pConfig,
61 ~GarbageCollection();
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h131 GarbageCollection::SectionReachedListMap& pSectReachedListMap) const;
DARMLDBackend.cpp557 GarbageCollection::SectionReachedListMap& pSectReachedListMap) const { in setUpReachedSectionsForGC()
579 GarbageCollection::SectionListTy* reached_sects = NULL; in setUpReachedSectionsForGC()
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h136 GarbageCollection::SectionReachedListMap& pSectReachedListMap) const {} in setUpReachedSectionsForGC()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp271 GarbageCollection GC(m_Config, m_LDBackend, *m_pModule); in dataStrippingOpt()