HomeSort by relevance Sort by last modified time
    Searched refs:SectionListTy (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
GarbageCollection.h 28 typedef std::set<const LDSection*> SectionListTy;
43 SectionListTy& getReachedList(const LDSection& pSection);
47 SectionListTy* findReachedList(const LDSection& pSection);
50 typedef std::map<const LDSection*, SectionListTy> ReachedSectionsTy;
78 SectionListTy m_ReferencedSections;
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 80 GarbageCollection::SectionListTy&
86 GarbageCollection::SectionListTy*
147 SectionListTy* reached_sects = NULL;
309 SectionListTy* reach_list =
316 SectionListTy::iterator it, end = reach_list->end();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 579 GarbageCollection::SectionListTy* reached_sects = NULL;
    [all...]

Completed in 569 milliseconds