| /llvm-project-15.0.7/llvm/test/tools/llvm-nm/X86/ |
| H A D | dyldinfo.test | 1 # RUN: llvm-nm %p/Inputs/Strip-ST.dylib.macho-x86_64 | FileCheck --check-prefix=DEFAULT %s 2 # RUN: llvm-nm --no-dyldinfo %p/Inputs/Strip-ST.dylib.macho-x86_64 | FileCheck --check-prefix=NO-DY… 3 # RUN: llvm-nm --dyldinfo-only %p/Inputs/Strip-ST.dylib.macho-x86_64 | FileCheck --check-prefix=DYL… 4 # RUN: llvm-nm %p/Inputs/Strip-N.hello.exe.macho-x86_64 | FileCheck --check-prefix=FUNC-STARTS %s 5 # RUN: llvm-nm %p/Inputs/Strip-N.LC_MAIN.exe.macho-x86_64 | FileCheck --check-prefix=LC-MAIN %s
|
| /llvm-project-15.0.7/llvm/tools/llvm-ifs/ |
| H A D | Opts.td | 27 def strip_ifs_arch : FF<"strip-ifs-arch", "Strip target architecture information away from IFS outp… 28 def strip_ifs_bitwidth : FF<"strip-ifs-bitwidth", "Strip target bit width information away from IFS… 29 def strip_ifs_endianness : FF<"strip-ifs-endianness", "Strip target endianness information away fro… 30 def strip_ifs_target : FF<"strip-ifs-target", "Strip all target information away from IFS output">; 31 def strip_needed : FF<"strip-needed", "Strip needed libs from output">; 33 def strip_undefined : FF<"strip-undefined", "Strip undefined symbols from IFS output">;
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | Debugify.h | 149 bool Strip = false, llvm::StringRef NameOfWrappedPass = "", 156 bool Strip = false, llvm::StringRef NameOfWrappedPass = "", 169 bool Strip; variable 172 bool Strip = false, llvm::StringRef NameOfWrappedPass = "", 180 Strip(Strip) {} in NameOfWrappedPass()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 698 bool Strip, DebugifyStatsMap *StatsMap) { in checkDebugifyMetadata() argument 783 if (Strip) in checkDebugifyMetadata() 854 bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyModulePass() 862 Strip(Strip) {} in CheckDebugifyModulePass() 876 bool Strip; member 888 Strip, StatsMap); in runOnFunction() 896 bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyFunctionPass() 904 Strip(Strip) {} in CheckDebugifyFunctionPass() 918 bool Strip; member 975 bool Strip, StringRef NameOfWrappedPass, DebugifyStatsMap *StatsMap, in createCheckDebugifyModulePass() argument [all …]
|
| H A D | AssumeBundleBuilder.cpp | 80 Value *V = RK.WasOn->stripInBoundsOffsets([&](const Value *Strip) { in canonicalizedKnowledge() argument 81 if (auto *GEP = dyn_cast<GEPOperator>(Strip)) in canonicalizedKnowledge()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 1737 if (Strip.second != 1 && Strip.second != 2) in contracting() 1760 if (Strip.first == 0 && Strip.second == 1 && NextInMask == 4) { in contracting() 1782 int L = Strip.second; in contracting() 1784 if (Strip.first != 0 && Strip.first != L) in contracting() 1791 if (S.first - Strip.first != 2*I) in contracting() 1800 assert(Strip.first == 0 || Strip.first == L); in contracting() 1814 int L = Strip.second; in contracting() 1830 assert(Strip.first == 0 || Strip.first == L); in contracting() 1865 if (Strip.first != 0) in expanding() 1869 if (Strip.second != 1 && Strip.second != 2) in expanding() [all …]
|
| /llvm-project-15.0.7/llvm/test/YAMLParser/ |
| H A D | spec-09-23.test | 3 # Strip
|
| /llvm-project-15.0.7/lldb/source/Plugins/ |
| H A D | CMakeLists.txt | 39 # Strip lldbPlugin form the plugin name.
|
| /llvm-project-15.0.7/llvm/tools/llvm-cxxfilt/ |
| H A D | Opts.td | 18 defm strip_underscore : BB<"strip-underscore", "Strip the leading underscore", "Don't strip the lea…
|
| /llvm-project-15.0.7/llvm/tools/llvm-symbolizer/ |
| H A D | Opts.td | 23 def basenames : Flag<["--"], "basenames">, HelpText<"Strip directory names from paths">; 57 def relativenames : F<"relativenames", "Strip the compilation directory from paths">;
|
| /llvm-project-15.0.7/compiler-rt/cmake/Modules/ |
| H A D | CheckSectionExists.cmake | 57 # Strip quotes from the compile command, as the compiler is not expecting
|
| H A D | BuiltinTests.cmake | 75 # Strip quotes from the compile command, as the compiler is not expecting
|
| H A D | AddCompilerRT.cmake | 74 # Strip out -msse3 if this isn't macOS. 226 # Strip out -msse3 if this isn't macOS.
|
| /llvm-project-15.0.7/llvm/cmake/platforms/ |
| H A D | iOS.cmake | 62 SET(CMAKE_STRIP ${CMAKE_STRIP_val} CACHE FILEPATH "Strip")
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-cxxfilt.rst | 58 Strip a single leading underscore, if present, from each input name before
|
| /llvm-project-15.0.7/compiler-rt/test/builtins/ |
| H A D | CMakeLists.txt | 87 # Strip off any directories and file extensions. This approach means we add
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | ChooseMSVCCRT.cmake | 30 # Strip off the leading slash and any whitespace.
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | Options.td | 122 def strip_all: F<"strip-all">, HelpText<"Strip all symbols">; 124 def strip_debug: F<"strip-debug">, HelpText<"Strip debugging information">;
|
| /llvm-project-15.0.7/llvm/tools/llvm-objcopy/ |
| H A D | CommonOpts.td | 69 defm strip_symbol : Eq<"strip-symbol", "Strip <symbol>">,
|
| H A D | ObjcopyOptions.cpp | 404 enum class ToolType { Objcopy, Strip, InstallNameTool, BitcodeStrip }; enumerator 416 case ToolType::Strip: in printHelp() 1227 printHelp(T, errs(), ToolType::Strip); in parseStripOptions() 1232 printHelp(T, outs(), ToolType::Strip); in parseStripOptions()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | ldst-opt-mte-with-dbg.mir | 1 # Strip out debug info, then run ldst-opt with limit=1.
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_ioctl.inc | 505 // Strip size and event number. 510 // Strip absolute axis number.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | Passes.rst | 1050 ``-strip``: Strip all symbols from a module 1063 ``-strip-dead-debug-info``: Strip debug info for unused symbols 1078 ``-strip-dead-prototypes``: Strip Unused Function Prototypes 1086 ``-strip-debug-declare``: Strip all ``llvm.dbg.declare`` intrinsics 1101 ``-strip-nondebug``: Strip all symbols, except dbg symbols, from a module
|
| /llvm-project-15.0.7/mlir/include/mlir/Transforms/ |
| H A D | Passes.td | 169 let summary = "Strip debug info from all operations";
|
| /llvm-project-15.0.7/lldb/cmake/modules/ |
| H A D | AddLLDB.cmake | 298 # Strip distribution binary with -ST (removing debug symbol table entries and
|