Home
last modified time | relevance | path

Searched refs:setUpReachedSectionsForGC (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h127 void setUpReachedSectionsForGC(
DARMLDBackend.cpp484 void ARMGNULDBackend::setUpReachedSectionsForGC( in setUpReachedSectionsForGC() function in mcld::ARMGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h134 virtual void setUpReachedSectionsForGC( in setUpReachedSectionsForGC() function
/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp111 m_Backend.setUpReachedSectionsForGC(m_Module, m_SectionReachedListMap); in run()