Searched refs:GarbageCollection (Results 1 – 7 of 7) sorted by relevance
74 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::GarbageCollection104 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 …]
30 "GarbageCollection.cpp",
26 class GarbageCollection {58 GarbageCollection(const LinkerConfig& pConfig,61 ~GarbageCollection();
131 GarbageCollection::SectionReachedListMap& pSectReachedListMap) const;
557 GarbageCollection::SectionReachedListMap& pSectReachedListMap) const { in setUpReachedSectionsForGC()579 GarbageCollection::SectionListTy* reached_sects = NULL; in setUpReachedSectionsForGC()
136 GarbageCollection::SectionReachedListMap& pSectReachedListMap) const {} in setUpReachedSectionsForGC()
271 GarbageCollection GC(m_Config, m_LDBackend, *m_pModule); in dataStrippingOpt()