Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DStripSymbols.h41 struct StripDeadDebugInfoPass : PassInfoMixin<StripDeadDebugInfoPass> { struct
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp411 PreservedAnalyses StripDeadDebugInfoPass::run(Module &M, in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def106 MODULE_PASS("strip-dead-debug-info", StripDeadDebugInfoPass())