Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp120 void Object::truncateSections(function_ref<bool(const Section &)> ToTruncate) { in truncateSections() argument
122 if (ToTruncate(Sec)) { in truncateSections()
H A DCOFFObject.h137 void truncateSections(function_ref<bool(const Section &)> ToTruncate);