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

OptionalPassInfoMixin<MetaRenamerPass>

A CRTP mix‐in for passes that can be skipped.

Member Functions

Name

Description

run

Run the meta‐renamer pass over the module.

Static Member Functions

Name

Description

isRequired

Return false; optional passes may be skipped.

Created with MrDocs