Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp143 Config.OnlyKeepDebug); in createELFWriter()
146 Config.OnlyKeepDebug); in createELFWriter()
149 Config.OnlyKeepDebug); in createELFWriter()
152 Config.OnlyKeepDebug); in createELFWriter()
661 if (Config.OnlyKeepDebug) in handleArgs()
H A DObject.h351 bool OnlyKeepDebug; variable
355 ELFWriter(Object &Obj, raw_ostream &Out, bool WSH, bool OnlyKeepDebug);
H A DObject.cpp2109 bool OnlyKeepDebug) in ELFWriter() argument
2111 OnlyKeepDebug(OnlyKeepDebug) {} in ELFWriter()
2384 if (OnlyKeepDebug) { in assignOffsets()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
H A DWasmObjcopy.cpp83 if (Config.OnlyKeepDebug) { in removeSections()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonConfig.h259 bool OnlyKeepDebug = false; member
H A DConfigManager.cpp915 Config.OnlyKeepDebug = InputArgs.hasArg(OBJCOPY_only_keep_debug); in parseObjcopyOptions()
1309 Config.OnlyKeepDebug = InputArgs.hasArg(STRIP_only_keep_debug); in parseStripOptions()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp155 if (Config.OnlyKeepDebug) { in handleArgs()