|
LLVM
4.0.0
|
Pass which forces specific function attributes into the IR, primarily as a debugging tool. More...
#include <ForceFunctionAttrs.h>
Public Member Functions | |
| PreservedAnalyses | run (Module &M, ModuleAnalysisManager &) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< ForceFunctionAttrsPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Pass which forces specific function attributes into the IR, primarily as a debugging tool.
Definition at line 24 of file ForceFunctionAttrs.h.
| PreservedAnalyses ForceFunctionAttrsPass::run | ( | Module & | M, |
| ModuleAnalysisManager & | |||
| ) |
Definition at line 83 of file ForceFunctionAttrs.cpp.
References addForcedAttributes(), llvm::PreservedAnalyses::all(), F, ForceAttributes, llvm::Module::functions(), and llvm::PreservedAnalyses::none().
1.8.6