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

/external/llvm/include/llvm/MC/
H A DMCAssembler.h828 typedef iplist<MCSectionData> SectionDataListType; typedef in class:llvm::MCAssembler
831 typedef SectionDataListType::const_iterator const_iterator;
832 typedef SectionDataListType::iterator iterator;
1079 const SectionDataListType &getSectionList() const { return Sections; }
1080 SectionDataListType &getSectionList() { return Sections; }

Completed in 228 milliseconds