Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp164 Config.OnlyKeepDebug); in createELFWriter()
167 Config.OnlyKeepDebug); in createELFWriter()
170 Config.OnlyKeepDebug); in createELFWriter()
173 Config.OnlyKeepDebug); in createELFWriter()
748 if (Config.OnlyKeepDebug) in handleArgs()
H A DELFObject.h354 bool OnlyKeepDebug; variable
358 ELFWriter(Object &Obj, raw_ostream &Out, bool WSH, bool OnlyKeepDebug);
H A DELFObject.cpp2156 bool OnlyKeepDebug) in ELFWriter() argument
2158 OnlyKeepDebug(OnlyKeepDebug) {} in ELFWriter()
2502 if (OnlyKeepDebug) { in assignOffsets()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp83 if (Config.OnlyKeepDebug) { in removeSections()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp95 Common.ExtractMainPartition || Common.OnlyKeepDebug || in getXCOFFConfig()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h255 bool OnlyKeepDebug = false; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp256 Config.Common.OnlyKeepDebug = true;
363 Config.Common.OnlyKeepDebug = true; in saveSeparateLinkedDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp185 if (Config.OnlyKeepDebug) { in handleArgs()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp997 Config.OnlyKeepDebug = InputArgs.hasArg(OBJCOPY_only_keep_debug); in parseObjcopyOptions()
1457 Config.OnlyKeepDebug = InputArgs.hasArg(STRIP_only_keep_debug); in parseStripOptions()
1482 !Config.OnlyKeepDebug && !Config.StripUnneeded && in parseStripOptions()