Home
last modified time | relevance | path

Searched refs:StripDebug (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonConfig.h216 bool StripDebug = false; member
H A DConfigManager.cpp907 Config.StripDebug = InputArgs.hasArg(OBJCOPY_strip_debug); in parseObjcopyOptions()
928 Config.StripDebug = true; in parseObjcopyOptions()
1298 Config.StripDebug = InputArgs.hasArg(STRIP_strip_debug); in parseStripOptions()
1335 if (!InputArgs.hasArg(STRIP_no_strip_all) && !Config.StripDebug && in parseStripOptions()
1341 Config.StripDebug = true; in parseStripOptions()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp142 if (Config.StripDebug || Config.StripAll || Config.StripAllGNU || in handleArgs()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp320 if (Config.StripDebug && Sym.Type == STT_FILE) in updateAndRemoveSymbols()
386 if (Config.StripDebug || Config.StripUnneeded) { in replaceAndRemoveSections()
/netbsd/external/apache2/llvm/dist/llvm/tools/opt/
H A Dopt.cpp142 StripDebug("strip-debug", variable
661 if (StripDebug) in main()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp63 if (Config.StripAll || Config.StripDebug) { in removeSections()