Searched refs:shouldMerge (Results 1 – 3 of 3) sorted by relevance
356 static bool shouldMerge(const WasmSection &sec) { in shouldMerge() function370 static bool shouldMerge(const WasmSegment &seg) { in shouldMerge() function458 if (shouldMerge(section)) in parse()481 if (shouldMerge(s)) in parse()
298 bool shouldMerge(const Elf_Shdr &sec, StringRef name);
649 bool ObjFile<ELFT>::shouldMerge(const Elf_Shdr &sec, StringRef name) { in shouldMerge() function in ObjFile1028 if ((sec.sh_flags & SHF_MERGE) && shouldMerge(sec, name)) in createInputSection()