Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp89 Common.ExtractMainPartition || Common.OnlyKeepDebug || in getXCOFFConfig()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h256 bool ExtractMainPartition = false; member
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp877 Config.ExtractMainPartition = in parseObjcopyOptions()
1010 if (Config.ExtractPartition && Config.ExtractMainPartition) in parseObjcopyOptions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp464 if (Config.ExtractPartition || Config.ExtractMainPartition) { in replaceAndRemoveSections()