LLVM  8.0.1
Classes | Namespaces | Functions
ForceFunctionAttrs.h File Reference

Super simple passes to force specific function attrs from the commandline into the IR for debugging purposes. More...

#include "llvm/IR/Module.h"
#include "llvm/IR/PassManager.h"
Include dependency graph for ForceFunctionAttrs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::ForceFunctionAttrsPass
 Pass which forces specific function attributes into the IR, primarily as a debugging tool. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

Passllvm::createForceFunctionAttrsLegacyPass ()
 Create a legacy pass manager instance of a pass to force function attrs. More...
 

Detailed Description

Super simple passes to force specific function attrs from the commandline into the IR for debugging purposes.

Definition in file ForceFunctionAttrs.h.