Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DInputFiles.cpp354 static bool shouldMerge(const WasmSection &sec) { in shouldMerge() function
368 static bool shouldMerge(const WasmSegment &seg) { in shouldMerge() function
456 if (shouldMerge(section)) in parse()
479 if (shouldMerge(s)) in parse()
/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.h291 bool shouldMerge(const Elf_Shdr &sec, StringRef name);
H A DInputFiles.cpp397 bool ObjFile<ELFT>::shouldMerge(const Elf_Shdr &sec, StringRef name) { in shouldMerge() function in ObjFile
998 if ((sec.sh_flags & SHF_MERGE) && shouldMerge(sec, name)) in createInputSection()