Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputFiles.h267 bool shouldMerge(const Elf_Shdr &sec, StringRef name);
H A DInputFiles.cpp444 bool ObjFile<ELFT>::shouldMerge(const Elf_Shdr &sec, StringRef name) { in shouldMerge() function in ObjFile
1070 if (shouldMerge(sec, name)) in createInputSection()