Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp95 Common.ExtractMainPartition || Common.OnlyKeepDebug || in getXCOFFConfig()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h254 bool ExtractMainPartition = false; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp983 Config.ExtractMainPartition = in parseObjcopyOptions()
1156 if (Config.ExtractPartition && Config.ExtractMainPartition) in parseObjcopyOptions()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp498 if (Config.ExtractPartition || Config.ExtractMainPartition) { in replaceAndRemoveSections()