Searched refs:truncateSections (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp125 void Object::truncateSections(function_ref<bool(const Section &)> ToTruncate) { function in class:llvm::objcopy::coff::Object
H A DObject.h136 void truncateSections(function_ref<bool(const Section &)> ToTruncate);
H A DCOFFObjcopy.cpp153 Obj.truncateSections([](const Section &Sec) {

Completed in 72 milliseconds