Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp141 Config.OnlyKeepDebug); in createELFWriter()
144 Config.OnlyKeepDebug); in createELFWriter()
147 Config.OnlyKeepDebug); in createELFWriter()
150 Config.OnlyKeepDebug); in createELFWriter()
640 if (Config.OnlyKeepDebug) in handleArgs()
H A DELFObject.h351 bool OnlyKeepDebug; variable
355 ELFWriter(Object &Obj, raw_ostream &Out, bool WSH, bool OnlyKeepDebug);
H A DELFObject.cpp2075 bool OnlyKeepDebug) in ELFWriter() argument
2077 OnlyKeepDebug(OnlyKeepDebug) {} in ELFWriter()
2412 if (OnlyKeepDebug) { in assignOffsets()
/llvm-project-15.0.7/llvm/lib/ObjCopy/
H A DConfigManager.cpp86 Common.ExtractMainPartition || Common.OnlyKeepDebug || in getXCOFFConfig()
/llvm-project-15.0.7/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp83 if (Config.OnlyKeepDebug) { in removeSections()
/llvm-project-15.0.7/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h254 bool OnlyKeepDebug = false; member
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp235 Config.Common.OnlyKeepDebug = true; in saveSeparateDebugInfo()
342 Config.Common.OnlyKeepDebug = true; in saveSeparateLinkedDebugInfo()
/llvm-project-15.0.7/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp155 if (Config.OnlyKeepDebug) { in handleArgs()
/llvm-project-15.0.7/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp873 Config.OnlyKeepDebug = InputArgs.hasArg(OBJCOPY_only_keep_debug); in parseObjcopyOptions()
1285 Config.OnlyKeepDebug = InputArgs.hasArg(STRIP_only_keep_debug); in parseStripOptions()
1310 !Config.OnlyKeepDebug && !Config.StripUnneeded && in parseStripOptions()