Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp802 using SectionList = std::vector<SymbolSection>; typedef
846 [](SectionList &CurrentSections, in NormalizedTBD_V4()
942 auto handleSymbols = [File](const SectionList &CurrentSections, in denormalize()
990 SectionList Exports;
991 SectionList Reexports;
992 SectionList Undefineds;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h253 typedef std::deque<SectionEntry> SectionList; typedef
254 SectionList Sections;
/netbsd-src/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-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h663 using SectionList = SmallVector<const char*, 1>; variable
664 SectionList Sections;