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
27 class GarbageCollection class in namespace:mcld
61 GarbageCollection(const LinkerConfig& pConfig,
64 ~GarbageCollection();
/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp1 //===- GarbageCollection.cpp ----------------------------------------------===//
11 #include <mcld/LD/GarbageCollection.h>
76 // GarbageCollection::SectionReachedListMap
79 GarbageCollection::SectionReachedListMap::addReference(const LDSection& pFrom,
85 GarbageCollection::SectionListTy&
86 GarbageCollection::SectionReachedListMap::getReachedList(
92 GarbageCollection::SectionListTy*
93 GarbageCollection::SectionReachedListMap::findReachedList(
103 // GarbageCollection
105 GarbageCollection function in class:GarbageCollection
[all...]
H A DAndroid.mk26 GarbageCollection.cpp \
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h14 #include <mcld/LD/GarbageCollection.h>
124 GarbageCollection::SectionReachedListMap& pSectReachedListMap) const { }
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h124 GarbageCollection::SectionReachedListMap& pSectReachedListMap) const;
H A DARMLDBackend.cpp441 GarbageCollection::SectionReachedListMap& pSectReachedListMap) const
464 GarbageCollection::SectionListTy* reached_sects = NULL;
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp24 #include <mcld/LD/GarbageCollection.h>
272 GarbageCollection GC(m_Config, m_LDBackend, *m_pModule);

Completed in 115 milliseconds