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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp802 using SectionList = std::vector<SymbolSection>;
846 [](SectionList &CurrentSections,
942 auto handleSymbols = [File](const SectionList &CurrentSections,
990 SectionList Exports;
991 SectionList Reexports;
992 SectionList Undefineds;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h253 typedef std::deque<SectionEntry> SectionList; typedef in class:llvm::RuntimeDyldImpl
254 SectionList Sections;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h710 using SectionList = std::vector<std::unique_ptr<Section>>;
766 using section_iterator = pointee_iterator<SectionList::iterator>;
767 using const_section_iterator = pointee_iterator<SectionList::const_iterator>;
1211 SectionList Sections;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h663 using SectionList = SmallVector<const char*, 1>;
664 SectionList Sections;

Completed in 217 milliseconds