Searched refs:Strip (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp211 // Strip out all debug intrinsics and supporting metadata (subprograms, types,
215 // Strip out the dead dbg.value prototype.
224 // Strip out the module-level Debug Info Version metadata.
292 bool Strip, DebugifyStatsMap *StatsMap) {
376 // Strip debugify metadata if required.
377 if (Strip)
424 "CheckModuleDebugify", Strip, StatsMap);
427 CheckDebugifyModulePass(bool Strip = false, StringRef NameOfWrappedPass = "",
429 : ModulePass(ID), Strip(Strip), NameOfWrappedPas
[all...]
H A DAssumeBundleBuilder.cpp75 Value *V = RK.WasOn->stripInBoundsOffsets([&](const Value *Strip) {
76 if (auto *GEP = dyn_cast<GEPOperator>(Strip))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h35 /// Strip out all of the metadata and debug info inserted by debugify. If no
78 createCheckDebugifyModulePass(bool Strip = false,
83 createCheckDebugifyFunctionPass(bool Strip = false,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1506 std::pair<int,unsigned> Strip = findStrip(SM.Mask, 1, VecLen);
1511 if (Strip.second != 1 && Strip.second != 2)
1527 int NextInMask = SM.Mask[Strip.second];
1534 if (Strip.first == 0 && Strip.second == 1 && NextInMask == 4) {
1556 int L = Strip.second;
1558 if (Strip.first != 0 && Strip.first != L)
1565 if (S.first - Strip
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp323 enum class ToolType { Objcopy, Strip, InstallNameTool }; member in class:__anon4844::ToolType
345 Tool = ToolType::Strip;
364 (Tool == ToolType::Strip) ? parseStripOptions(Args, reportWarning)
H A DCopyConfig.cpp398 enum class ToolType { Objcopy, Strip, InstallNameTool }; member in class:llvm::objcopy::__anon4843::ToolType
410 case ToolType::Strip:
943 printHelp(T, errs(), ToolType::Strip);
948 printHelp(T, outs(), ToolType::Strip);
/freebsd-13-stable/sys/tools/
H A Dmakesyscalls.lua230 -- Strip any whole-line comments
241 -- Strip off the key/value part
243 -- Strip off any trailing comment
246 -- Strip off leading/trailing whitespace
274 -- Strip off potential comments
276 -- Strip off any padding whitespace
314 -- Strip any comments
523 -- Strip any comments
960 -- Strip earlier bits out, leave declaration + alt
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc502 // Strip size and event number.
507 // Strip absolute axis number.
/freebsd-13-stable/stand/lua/
H A Dconfig.lua629 -- Strip the loaded kernel path from module_path. This currently assumes

Completed in 205 milliseconds