Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
HDCopyConfig.h210 bool ExtractMainPartition = false; member
HDCopyConfig.cpp655 Config.ExtractMainPartition = in parseObjcopyOptions()
784 if (Config.ExtractPartition && Config.ExtractMainPartition) in parseObjcopyOptions()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
HDELFObjcopy.cpp517 if (Config.ExtractPartition || Config.ExtractMainPartition) { in replaceAndRemoveSections()