HomeSort by relevance Sort by last modified time
    Searched defs:GarbageCollection (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
GarbageCollection.h 1 //===- GarbageCollection.h ------------------------------------------------===//
23 /** \class GarbageCollection
26 class GarbageCollection {
58 GarbageCollection(const LinkerConfig& pConfig,
61 ~GarbageCollection();
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 1 //===- 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::GarbageCollection(const LinkerConfig& pConfig
    [all...]

Completed in 77 milliseconds