Pass that renames everything with metasyntactic names.
Synopsis
Declared in <llvm/Transforms/Utils/MetaRenamer.h>
struct MetaRenamerPass
: OptionalPassInfoMixin<MetaRenamerPass>
Description
Intended for use after llvm‐reduce reduction to conceal the nature of the original program.
Base Classes
Name |
Description |
A CRTP mix‐in for passes that can be skipped. |
Member Functions
Name |
Description |
Run the meta‐renamer pass over the module. |
Static Member Functions
Name |
Description |
Return false; optional passes may be skipped. |
Created with MrDocs