Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonConfig.h207 bool ExtractMainPartition = false; member
H A DConfigManager.cpp913 Config.ExtractMainPartition = in parseObjcopyOptions()
1045 if (Config.ExtractPartition && Config.ExtractMainPartition) in parseObjcopyOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp420 if (Config.ExtractPartition || Config.ExtractMainPartition) { in replaceAndRemoveSections()