Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputFiles.h268 bool shouldMerge(const Elf_Shdr &sec, StringRef name);
DInputFiles.cpp443 bool ObjFile<ELFT>::shouldMerge(const Elf_Shdr &sec, StringRef name) { in shouldMerge() function in ObjFile
1073 if (shouldMerge(sec, name)) in createInputSection()