Home
last modified time | relevance | path

Searched defs:Strip (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp678 bool Strip, DebugifyStatsMap *StatsMap) { in checkDebugifyMetadata()
856 bool Strip; member
898 bool Strip; member
950 bool Strip, StringRef NameOfWrappedPass, DebugifyStatsMap *StatsMap, in createCheckDebugifyModulePass()
962 bool Strip, StringRef NameOfWrappedPass, DebugifyStatsMap *StatsMap, in createCheckDebugifyFunctionPass()
H A DAssumeBundleBuilder.cpp78 Value *V = RK.WasOn->stripInBoundsOffsets([&](const Value *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
1635 std::pair<int,unsigned> Strip = findStrip(SM.Mask, 1, VecLen); in expanding() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DConfigManager.cpp436 enum class ToolType { Objcopy, Strip, InstallNameTool, BitcodeStrip }; enumerator