Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachO.h114 typedef SmallVector<DataRefImpl, 1> SectionList; typedef
115 SectionList Sections;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h130 typedef SmallVector<SectionEntry, 64> SectionList; typedef
131 SectionList Sections;
DRuntimeDyldELF.cpp380 SectionList::const_iterator it = Sections.begin(); in findPPC64TOC()
381 SectionList::const_iterator ite = Sections.end(); in findPPC64TOC()
/external/llvm/lib/Object/
DMachOObjectFile.cpp455 SectionList::const_iterator loc = in getSectionIndex()