Home
last modified time | relevance | path

Searched refs:Strip (Results 1 – 25 of 43) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/tools/llvm-nm/X86/
H A Ddyldinfo.test1 # 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 DOpts.td27 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 DDebugify.h149 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 DDebugify.cpp698 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 DAssumeBundleBuilder.cpp80 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 DHexagonISelDAGToDAGHVX.cpp1737 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 Dspec-09-23.test3 # Strip
/llvm-project-15.0.7/lldb/source/Plugins/
H A DCMakeLists.txt39 # Strip lldbPlugin form the plugin name.
/llvm-project-15.0.7/llvm/tools/llvm-cxxfilt/
H A DOpts.td18 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 DOpts.td23 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 DCheckSectionExists.cmake57 # Strip quotes from the compile command, as the compiler is not expecting
H A DBuiltinTests.cmake75 # Strip quotes from the compile command, as the compiler is not expecting
H A DAddCompilerRT.cmake74 # 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 DiOS.cmake62 SET(CMAKE_STRIP ${CMAKE_STRIP_val} CACHE FILEPATH "Strip")
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-cxxfilt.rst58 Strip a single leading underscore, if present, from each input name before
/llvm-project-15.0.7/compiler-rt/test/builtins/
H A DCMakeLists.txt87 # Strip off any directories and file extensions. This approach means we add
/llvm-project-15.0.7/llvm/cmake/modules/
H A DChooseMSVCCRT.cmake30 # Strip off the leading slash and any whitespace.
/llvm-project-15.0.7/lld/wasm/
H A DOptions.td122 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 DCommonOpts.td69 defm strip_symbol : Eq<"strip-symbol", "Strip <symbol>">,
H A DObjcopyOptions.cpp404 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 Dldst-opt-mte-with-dbg.mir1 # Strip out debug info, then run ldst-opt with limit=1.
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc505 // Strip size and event number.
510 // Strip absolute axis number.
/llvm-project-15.0.7/llvm/docs/
H A DPasses.rst1050 ``-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 DPasses.td169 let summary = "Strip debug info from all operations";
/llvm-project-15.0.7/lldb/cmake/modules/
H A DAddLLDB.cmake298 # Strip distribution binary with -ST (removing debug symbol table entries and

12