Searched refs:IsSection (Results 1 – 1 of 1) sorted by relevance
1303 auto IsSection = [](BaseCommand *Base) { return isa<OutputSection>(Base); }; in sortSections() local1305 llvm::find_if(Script->SectionCommands, IsSection), in sortSections()1306 llvm::find_if(llvm::reverse(Script->SectionCommands), IsSection).base(), in sortSections()