Searched defs:SectionList (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Object/
H A DMachO.h239 typedef SmallVector<const char *, 1> SectionList; typedef in class:llvm::object::MachOObjectFile
240 SectionList Sections;
/external/lldb/source/Core/
H A DSection.cpp292 #pragma mark SectionList
294 SectionList::SectionList () : function in class:SectionList
300 SectionList::~SectionList ()
304 SectionList &
305 SectionList::operator = (const SectionList& rhs)
313 SectionList::AddSection (const lldb::SectionSP& section_sp)
323 SectionList
[all...]
/external/lldb/include/lldb/Core/
H A DSection.h26 class SectionList class in namespace:lldb_private
33 SectionList();
35 ~SectionList();
37 SectionList &
38 operator =(const SectionList& rhs);
145 SectionList&
151 const SectionList&
296 SectionList m_children; // Child sections
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h177 typedef SmallVector<SectionEntry, 64> SectionList; typedef in class:llvm::RuntimeDyldImpl
178 SectionList Sections;

Completed in 259 milliseconds