Searched refs:shouldMerge (Results 1 – 2 of 2) sorted by relevance
307 bool shouldMerge(const Elf_Shdr &sec, StringRef name);
677 bool ObjFile<ELFT>::shouldMerge(const Elf_Shdr &sec, StringRef name) { in shouldMerge() function in ObjFile1131 if ((sec.sh_flags & SHF_MERGE) && shouldMerge(sec, name)) in createInputSection()