Searched defs:Strip (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | TestingSupport.cpp | 68 auto Strip = [](std::string &Str) { in convertForTestingMain() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 709 checkDebugifyMetadata(Module & M,iterator_range<Module::iterator> Functions,StringRef NameOfWrappedPass,StringRef Banner,bool Strip,DebugifyStatsMap * StatsMap) checkDebugifyMetadata() argument 914 bool Strip; global() member 966 bool Strip; global() member 1033 createCheckDebugifyModulePass(bool Strip,StringRef NameOfWrappedPass,DebugifyStatsMap * StatsMap,enum DebugifyMode Mode,DebugInfoPerPass * DebugInfoBeforePass,StringRef OrigDIVerifyBugsReportFilePath) createCheckDebugifyModulePass() argument 1045 createCheckDebugifyFunctionPass(bool Strip,StringRef NameOfWrappedPass,DebugifyStatsMap * StatsMap,enum DebugifyMode Mode,DebugInfoPerPass * DebugInfoBeforePass,StringRef OrigDIVerifyBugsReportFilePath) createCheckDebugifyFunctionPass() argument [all...] |
H A D | AssumeBundleBuilder.cpp | 79 Value *V = RK.WasOn->stripInBoundsOffsets([&](const Value *Strip) { in canonicalizedKnowledge() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | Debugify.h | 169 bool Strip; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOptions.cpp | 389 enum class ToolType { Objcopy, Strip, InstallNameTool, BitcodeStrip }; global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 2191 std::pair<int,unsigned> Strip = findStrip(SM.Mask, 1, VecLen); in expanding() local
|