Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DObject.cpp136 void Object::truncateSections(function_ref<bool(const Section &)> ToTruncate) { in truncateSections() function in llvm::objcopy::coff::Object
DObject.h136 void truncateSections(function_ref<bool(const Section &)> ToTruncate);
DCOFFObjcopy.cpp158 Obj.truncateSections([](const Section &Sec) { in handleArgs()