Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DInputFiles.cpp356 static bool shouldMerge(const WasmSection &sec) { in shouldMerge() function
370 static bool shouldMerge(const WasmSegment &seg) { in shouldMerge() function
458 if (shouldMerge(section)) in parse()
481 if (shouldMerge(s)) in parse()
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputFiles.h298 bool shouldMerge(const Elf_Shdr &sec, StringRef name);
H A DInputFiles.cpp649 bool ObjFile<ELFT>::shouldMerge(const Elf_Shdr &sec, StringRef name) { in shouldMerge() function in ObjFile
1028 if ((sec.sh_flags & SHF_MERGE) && shouldMerge(sec, name)) in createInputSection()