Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
HDllvm-dwarfutil.cpp279 Config.Common.StripDebug = true; in saveNonDebugInfo()
362 Config.Common.StripDebug = true; in saveSeparateLinkedDebugInfo()
393 Config.Common.StripDebug = true; in saveSingleLinkedDebugInfo()
/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
HDWasmObjcopy.cpp70 if (Config.StripDebug) { in removeSections()
/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/
HDConfigManager.cpp97 Common.StripDebug || Common.StripNonAlloc || Common.StripSections || in getXCOFFConfig()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ObjCopy/
HDCommonConfig.h260 bool StripDebug = false; member
/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
HDMachOObjcopy.cpp66 if (Config.StripAll || Config.StripDebug) { in removeSections()
123 if (Config.StripDebug && (N->n_type & MachO::N_STAB)) in updateAndRemoveSymbols()
/freebsd-head/contrib/llvm-project/llvm/tools/opt/
HDoptdriver.cpp148 StripDebug("strip-debug", variable
567 if (StripDebug) in optMain()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-objcopy/
HDObjcopyOptions.cpp977 Config.StripDebug = InputArgs.hasArg(OBJCOPY_strip_debug); in parseObjcopyOptions()
1003 Config.StripDebug = true; in parseObjcopyOptions()
1445 Config.StripDebug = InputArgs.hasArg(STRIP_strip_debug); in parseStripOptions()
1481 if (!InputArgs.hasArg(STRIP_no_strip_all) && !Config.StripDebug && in parseStripOptions()
1488 Config.StripDebug = true; in parseStripOptions()
/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
HDCOFFObjcopy.cpp172 if (Config.StripDebug || Config.StripAll || Config.StripAllGNU || in handleArgs()
/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObjcopy.cpp390 if (Config.StripDebug && Sym.Type == STT_FILE) in updateAndRemoveSymbols()
461 if (Config.StripDebug || Config.StripUnneeded) { in replaceAndRemoveSections()