Home
last modified time | relevance | path

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

/llvm-project/lld/wasm/
H A DInputFiles.cpp353 static bool shouldMerge(const WasmSection &sec) { shouldMerge() function
367 static bool shouldMerge(const WasmSegment &seg) { shouldMerge() function
/llvm-project/lld/ELF/
H A DInputFiles.cpp713 bool ObjFile<ELFT>::shouldMerge(const Elf_Shdr &sec, StringRef name) { shouldMerge() function in ObjFile