Home
last modified time | relevance | path

Searched refs:StripDeadDebugInfoPass (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DStripSymbols.h41 struct StripDeadDebugInfoPass : PassInfoMixin<StripDeadDebugInfoPass> { struct
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp294 PreservedAnalyses StripDeadDebugInfoPass::run(Module &M, in run()
/src/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp410 PM.addPass(StripDeadDebugInfoPass()); in main()
/src/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def135 MODULE_PASS("strip-dead-debug-info", StripDeadDebugInfoPass())