Home
last modified time | relevance | path

Searched defs:SectionList (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h663 using SectionList = SmallVector<const char*, 1>; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h253 typedef std::deque<SectionEntry> SectionList; typedef
/netbsd/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp802 using SectionList = std::vector<SymbolSection>; typedef