Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
607 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.cpp2104 bool OnlyKeepDebug) in ELFWriter() argument
2106 OnlyKeepDebug(OnlyKeepDebug) {} in ELFWriter()
2379 if (OnlyKeepDebug) { in assignOffsets()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonConfig.h211 bool OnlyKeepDebug = false; member
H A DConfigManager.cpp922 Config.OnlyKeepDebug = InputArgs.hasArg(OBJCOPY_only_keep_debug); in parseObjcopyOptions()
1311 Config.OnlyKeepDebug = InputArgs.hasArg(STRIP_only_keep_debug); in parseStripOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp155 if (Config.OnlyKeepDebug) { in handleArgs()