Searched refs:shouldMerge (Results 1 – 2 of 2) sorted by relevance
268 bool shouldMerge(const Elf_Shdr &sec, StringRef name);
443 bool ObjFile<ELFT>::shouldMerge(const Elf_Shdr &sec, StringRef name) { in shouldMerge() function in ObjFile1073 if (shouldMerge(sec, name)) in createInputSection()