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

  /external/lldb/source/Core/
Section.cpp 292 #pragma mark SectionList
294 SectionList::SectionList () :
300 SectionList::~SectionList ()
304 SectionList &
305 SectionList::operator = (const SectionList& rhs)
313 SectionList::AddSection (const lldb::SectionSP& section_sp)
323 SectionList::DeleteSection (size_t idx
    [all...]
  /external/lldb/include/lldb/Core/
Section.h 26 class SectionList
33 SectionList();
35 ~SectionList();
37 SectionList &
38 operator =(const SectionList& rhs);
145 SectionList&
151 const SectionList&
296 SectionList m_children; // Child sections
  /external/llvm/include/llvm/Object/
MachO.h 239 typedef SmallVector<const char *, 1> SectionList;
240 SectionList Sections;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 177 typedef SmallVector<SectionEntry, 64> SectionList;
178 SectionList Sections;
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegment.h 28 typedef std::vector<LDSection*> SectionList;
29 typedef SectionList::iterator iterator;
30 typedef SectionList::const_iterator const_iterator;
31 typedef SectionList::reverse_iterator reverse_iterator;
32 typedef SectionList::const_reverse_iterator const_reverse_iterator;
123 SectionList m_SectionList;

Completed in 844 milliseconds