|
LLVM
3.7.0
|
Go to the source code of this file.
Functions | |
| INITIALIZE_PASS (CFGOnlyViewer,"view-cfg-only","View CFG of function (with no function bodies)", false, true) namespace | |
| INITIALIZE_PASS (CFGPrinter,"dot-cfg","Print CFG of function to 'dot' file", false, true) namespace | |
| INITIALIZE_PASS | ( | CFGOnlyViewer | , |
| "view-cfg-only" | , | ||
| "View CFG of function (with no function bodies)" | , | ||
| false | , | ||
| true | |||
| ) |
Definition at line 69 of file CFGPrinter.cpp.
References llvm::errs(), F(), llvm::sys::fs::F_Text, llvm::ARMBuildAttrs::File, llvm::Value::getName(), llvm::PassRegistry::getPassRegistry(), llvm::initializeCFGPrinterPass(), llvm::AnalysisUsage::setPreservesAll(), and llvm::WriteGraph().
Definition at line 103 of file CFGPrinter.cpp.
References llvm::errs(), F(), llvm::sys::fs::F_Text, llvm::ARMBuildAttrs::File, llvm::Value::getName(), llvm::PassRegistry::getPassRegistry(), llvm::initializeCFGOnlyPrinterPass(), llvm::AnalysisUsage::setPreservesAll(), and llvm::WriteGraph().
1.8.6