Home
last modified time | relevance | path

Searched refs:StripDebug (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/test/Transforms/StripSymbols/
D2010-06-30-StripDebug.ll5 source_filename = "test/Transforms/StripSymbols/2010-06-30-StripDebug.ll"
/external/llvm-project/llvm/tools/llvm-objcopy/
DCopyConfig.cpp713 Config.StripDebug = InputArgs.hasArg(OBJCOPY_strip_debug); in parseObjcopyOptions()
733 Config.StripDebug = true; in parseObjcopyOptions()
1092 Config.StripDebug = InputArgs.hasArg(STRIP_strip_debug); in parseStripOptions()
1128 if (!InputArgs.hasArg(STRIP_no_strip_all) && !Config.StripDebug && in parseStripOptions()
1134 Config.StripDebug = true; in parseStripOptions()
DCopyConfig.h227 bool StripDebug = false; member
/external/llvm/tools/opt/
Dopt.cpp109 StripDebug("strip-debug", variable
396 if (StripDebug) in main()
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DCOFFObjcopy.cpp142 if (Config.StripDebug || Config.StripAll || Config.StripAllGNU || in handleArgs()
/external/llvm-project/llvm/tools/opt/
Dopt.cpp136 StripDebug("strip-debug", variable
617 if (StripDebug) in main()
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp433 if (Config.StripDebug && Sym.Type == STT_FILE) in updateAndRemoveSymbols()
499 if (Config.StripDebug || Config.StripUnneeded) { in replaceAndRemoveSections()
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.cpp60 if (Config.StripAll || Config.StripDebug) { in removeSections()