llvm::StripDeadDebugInfoPass

Pass that removes debug info for deleted functions and globals.

Synopsis

Declared in <llvm/Transforms/IPO/StripSymbols.h>

struct StripDeadDebugInfoPass
    : OptionalPassInfoMixin<StripDeadDebugInfoPass>

Base Classes

NameDescription
OptionalPassInfoMixin<StripDeadDebugInfoPass>A CRTP mix-in for passes that can be skipped.

Member Functions

NameDescription
run Strip dead debug info from module M.

Static Member Functions

NameDescription
isRequired Return false; optional passes may be skipped.