Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp140 Config.OnlyKeepDebug); in createELFWriter()
143 Config.OnlyKeepDebug); in createELFWriter()
146 Config.OnlyKeepDebug); in createELFWriter()
149 Config.OnlyKeepDebug); in createELFWriter()
639 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.cpp2097 bool OnlyKeepDebug) in ELFWriter() argument
2099 OnlyKeepDebug(OnlyKeepDebug) {} in ELFWriter()
2434 if (OnlyKeepDebug) { in assignOffsets()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp83 if (Config.OnlyKeepDebug) { in removeSections()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/
H A DConfigManager.cpp86 Common.ExtractMainPartition || Common.OnlyKeepDebug || in getXCOFFConfig()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h254 bool OnlyKeepDebug = false; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp251 Config.Common.OnlyKeepDebug = true; in saveSeparateDebugInfo()
358 Config.Common.OnlyKeepDebug = true; in saveSeparateLinkedDebugInfo()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp155 if (Config.OnlyKeepDebug) { in handleArgs()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp889 Config.OnlyKeepDebug = InputArgs.hasArg(OBJCOPY_only_keep_debug); in parseObjcopyOptions()
1303 Config.OnlyKeepDebug = InputArgs.hasArg(STRIP_only_keep_debug); in parseStripOptions()
1328 !Config.OnlyKeepDebug && !Config.StripUnneeded && in parseStripOptions()