Searched refs:truncateSections (Results 1 – 3 of 3) sorted by relevance
136 void Object::truncateSections(function_ref<bool(const Section &)> ToTruncate) { in truncateSections() function in llvm::objcopy::coff::Object
136 void truncateSections(function_ref<bool(const Section &)> ToTruncate);
158 Obj.truncateSections([](const Section &Sec) { in handleArgs()