Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DWriter.cpp1303 auto IsSection = [](BaseCommand *Base) { return isa<OutputSection>(Base); }; in sortSections() local
1305 llvm::find_if(Script->SectionCommands, IsSection), in sortSections()
1306 llvm::find_if(llvm::reverse(Script->SectionCommands), IsSection).base(), in sortSections()