Home
last modified time | relevance | path

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

12345678910>>...21

/netbsd-src/share/misc/
H A Dnanpa.sed11 # Strip ^Ms
39 # Strip all HTML tags
45 # Strip leading colons
47 # Strip leading/trailing whitespace
50 # Strip HTML comments
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp678 bool Strip, DebugifyStatsMap *StatsMap) { in checkDebugifyMetadata() argument
763 if (Strip) in checkDebugifyMetadata()
826 "CheckModuleDebugify", Strip, StatsMap); in runOnModule()
834 bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyModulePass()
842 Strip(Strip) {} in CheckDebugifyModulePass()
856 bool Strip; member
868 Strip, StatsMap); in runOnFunction()
876 bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyFunctionPass()
884 Strip(Strip) {} in CheckDebugifyFunctionPass()
898 bool Strip; member
[all …]
H A DAssumeBundleBuilder.cpp78 Value *V = RK.WasOn->stripInBoundsOffsets([&](const Value *Strip) { in canonicalizedKnowledge() argument
79 if (auto *GEP = dyn_cast<GEPOperator>(Strip)) in canonicalizedKnowledge()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1509 std::pair<int,unsigned> Strip = findStrip(SM.Mask, 1, VecLen); in contracting() local
1514 if (Strip.second != 1 && Strip.second != 2) in contracting()
1530 int NextInMask = SM.Mask[Strip.second]; in contracting()
1537 if (Strip.first == 0 && Strip.second == 1 && NextInMask == 4) { in contracting()
1559 int L = Strip.second; in contracting()
1561 if (Strip.first != 0 && Strip.first != L) in contracting()
1568 if (S.first - Strip.first != 2*I) in contracting()
1577 assert(Strip.first == 0 || Strip.first == L); in contracting()
1580 Res.Opc = Strip.second == 1 // Number of bytes. in contracting()
1581 ? (Strip.first == 0 ? V6_vpackeb : V6_vpackob) in contracting()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h139 bool Strip = false, llvm::StringRef NameOfWrappedPass = "",
146 bool Strip = false, llvm::StringRef NameOfWrappedPass = "",
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/
H A DOpts.td23 def basenames : Flag<["--"], "basenames">, HelpText<"Strip directory names from paths">;
51 def relativenames : F<"relativenames", "Strip the compilation directory from paths">;
/netbsd-src/external/bsd/ntp/dist/scripts/ntpsweep/
H A Dntpsweep-opts.def45 descrip = 'Strip this string from hostnames';
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/platforms/
H A DiOS.cmake62 SET(CMAKE_STRIP ${CMAKE_STRIP_val} CACHE FILEPATH "Strip")
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-200255 * intrinsics/intrinsics.m4: Move here. Strip directories from the
/netbsd-src/external/apache2/llvm/dist/clang/examples/clang-interpreter/
H A DCMakeLists.txt69 # Strip the exception & rtti flags from the target
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-cxxfilt.rst62 Strip a single leading underscore, if present, from each input name before
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/
H A Dhook.in45 # Strip off the prefix.
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/
H A Dhook.in45 # Strip off the prefix.
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.double-cc2 Strip trailing dot at end of domain but not dot dot or dot This
10 Strip trailing dot at end of domain but not dot dot or at dot
195 Strip one trailing dot but not dot dot
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DChooseMSVCCRT.cmake30 # Strip off the leading slash and any whitespace.
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonOpts.td69 defm strip_symbol : Eq<"strip-symbol", "Strip <symbol>">,
H A DConfigManager.cpp436 enum class ToolType { Objcopy, Strip, InstallNameTool, BitcodeStrip }; enumerator
448 case ToolType::Strip: in printHelp()
1253 printHelp(T, errs(), ToolType::Strip); in parseStripOptions()
1258 printHelp(T, outs(), ToolType::Strip); in parseStripOptions()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2018114 * call.c (build_conditional_expr_1): Strip location wrappers when
119 * cvt.c (ignore_overflows): Strip location wrappers when
122 * decl.c (reshape_init_r): Strip any location wrapper.
128 checking for CONSTANT_CLASS_P, and on nelts. Strip any location
132 (cp_parser_postfix_expression): Strip any location wrapper when
137 (cp_parser_has_attribute_expression): Strip any location wrapper
139 (cp_parser_binary_expression): Strip any location wrapper when
141 (cp_parser_decltype): Strip any location wrapper from result of
149 (cp_parser_parameter_declaration): Strip location wrappers from
157 * pt.c (convert_nontype_argument_function): Strip location
[all …]
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dconfig.rst193 Strip away these private addrs from answers, no DNS Rebinding.
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc492 // Strip size and event number.
497 // Strip absolute axis number.
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc503 // Strip size and event number.
508 // Strip absolute axis number.
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc497 // Strip size and event number.
502 // Strip absolute axis number.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DPasses.rst1036 ``-strip``: Strip all symbols from a module
1049 ``-strip-dead-debug-info``: Strip debug info for unused symbols
1064 ``-strip-dead-prototypes``: Strip Unused Function Prototypes
1072 ``-strip-debug-declare``: Strip all ``llvm.dbg.declare`` intrinsics
1087 ``-strip-nondebug``: Strip all symbols, except dbg symbols, from a module
/netbsd-src/external/gpl3/binutils/dist/include/gdb/
H A DChangeLog163 * callback.h: Strip PARAMS from prototypes.
/netbsd-src/external/gpl3/binutils.old/dist/include/gdb/
H A DChangeLog163 * callback.h: Strip PARAMS from prototypes.

12345678910>>...21