Home
last modified time | relevance | path

Searched defs:CFGViewer (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DCFGPrinter.cpp25 struct CFGViewer : public FunctionPass { struct
26 static char ID; // Pass identifcation, replacement for typeid
27 CFGViewer() : FunctionPass(ID) { in CFGViewer() argument
31 virtual bool runOnFunction(Function &F) { in runOnFunction()
36 void print(raw_ostream &OS, const Module* = 0) const {} in print()
38 virtual void getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
/external/clang/lib/StaticAnalyzer/Checkers/
DDebugCheckers.cpp74 class CFGViewer : public Checker<check::ASTCodeBody> { class