Searched refs:shouldMerge (Results 1 – 3 of 3) sorted by relevance
354 static bool shouldMerge(const WasmSection &sec) { in shouldMerge() function368 static bool shouldMerge(const WasmSegment &seg) { in shouldMerge() function456 if (shouldMerge(section)) in parse()479 if (shouldMerge(s)) in parse()
291 bool shouldMerge(const Elf_Shdr &sec, StringRef name);
397 bool ObjFile<ELFT>::shouldMerge(const Elf_Shdr &sec, StringRef name) { in shouldMerge() function in ObjFile998 if ((sec.sh_flags & SHF_MERGE) && shouldMerge(sec, name)) in createInputSection()