Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceGlobalObjects.cpp14 static bool shouldReduceSection(GlobalObject &GO) { return GO.hasSection(); } in shouldReduceSection() function
22 if (shouldReduceSection(GO) && !O.shouldKeep()) in reduceGOs()