Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
H A DWasmObjcopy.cpp70 if (Config.StripDebug) { in removeSections()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonConfig.h264 bool StripDebug = false; member
H A DConfigManager.cpp900 Config.StripDebug = InputArgs.hasArg(OBJCOPY_strip_debug); in parseObjcopyOptions()
921 Config.StripDebug = true; in parseObjcopyOptions()
1296 Config.StripDebug = InputArgs.hasArg(STRIP_strip_debug); in parseStripOptions()
1333 if (!InputArgs.hasArg(STRIP_no_strip_all) && !Config.StripDebug && in parseStripOptions()
1339 Config.StripDebug = true; in parseStripOptions()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp142 if (Config.StripDebug || Config.StripAll || Config.StripAllGNU || in handleArgs()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp142 StripDebug("strip-debug", variable
661 if (StripDebug) in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp63 if (Config.StripAll || Config.StripDebug) { in removeSections()