Searched refs:ToTruncate (Results 1 – 2 of 2) sorted by relevance
120 void Object::truncateSections(function_ref<bool(const Section &)> ToTruncate) { in truncateSections() argument122 if (ToTruncate(Sec)) { in truncateSections()
137 void truncateSections(function_ref<bool(const Section &)> ToTruncate);