Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp274 Config.Common.StripDebug = true; in saveNonDebugInfo()
357 Config.Common.StripDebug = true; in saveSeparateLinkedDebugInfo()
388 Config.Common.StripDebug = true; in saveSingleLinkedDebugInfo()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp70 if (Config.StripDebug) { in removeSections()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/
H A DConfigManager.cpp88 Common.StripDebug || Common.StripNonAlloc || Common.StripSections || in getXCOFFConfig()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h259 bool StripDebug = false; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp873 Config.StripDebug = InputArgs.hasArg(OBJCOPY_strip_debug); in parseObjcopyOptions()
895 Config.StripDebug = true; in parseObjcopyOptions()
1291 Config.StripDebug = InputArgs.hasArg(STRIP_strip_debug); in parseStripOptions()
1327 if (!InputArgs.hasArg(STRIP_no_strip_all) && !Config.StripDebug && in parseStripOptions()
1334 Config.StripDebug = true; in parseStripOptions()
/openbsd-src/gnu/llvm/llvm/tools/opt/
H A Dopt.cpp140 StripDebug("strip-debug", variable
557 if (StripDebug) in main()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp142 if (Config.StripDebug || Config.StripAll || Config.StripAllGNU || in handleArgs()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp342 if (Config.StripDebug && Sym.Type == STT_FILE) in updateAndRemoveSymbols()
413 if (Config.StripDebug || Config.StripUnneeded) { in replaceAndRemoveSections()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp66 if (Config.StripAll || Config.StripDebug) { in removeSections()