Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.h236 bool shouldMerge(const Elf_Shdr &Sec);
H A DInputFiles.cpp323 template <class ELFT> bool ObjFile<ELFT>::shouldMerge(const Elf_Shdr &Sec) { in shouldMerge() function in ObjFile
757 if (shouldMerge(Sec)) in createInputSection()