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

/frameworks/compile/mclinker/include/mcld/LD/
H A DGarbageCollection.h1 //===- GarbageCollection.h ------------------------------------------------===//
23 /** \class GarbageCollection
26 class GarbageCollection { class in namespace:mcld
58 GarbageCollection(const LinkerConfig& pConfig,
61 ~GarbageCollection();
/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp1 //===- GarbageCollection.cpp ----------------------------------------------===//
9 #include "mcld/LD/GarbageCollection.h"
72 // GarbageCollection::SectionReachedListMap
74 void GarbageCollection::SectionReachedListMap::addReference(
80 GarbageCollection::SectionListTy&
81 GarbageCollection::SectionReachedListMap::getReachedList(
86 GarbageCollection::SectionListTy*
87 GarbageCollection::SectionReachedListMap::findReachedList(
96 // GarbageCollection
98 GarbageCollection function in class:mcld::GarbageCollection
[all...]
H A DAndroid.mk27 GarbageCollection.cpp \
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h131 GarbageCollection::SectionReachedListMap& pSectReachedListMap) const;
H A DARMLDBackend.cpp557 GarbageCollection::SectionReachedListMap& pSectReachedListMap) const {
579 GarbageCollection::SectionListTy* reached_sects = NULL;
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h12 #include "mcld/LD/GarbageCollection.h"
136 GarbageCollection::SectionReachedListMap& pSectReachedListMap) const {}
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp23 #include "mcld/LD/GarbageCollection.h"
271 GarbageCollection GC(m_Config, m_LDBackend, *m_pModule);

Completed in 209 milliseconds