Searched refs:CallGraphViewer (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Analysis/IPA/
H A DCallPrinter.cpp45 struct CallGraphViewer struct in namespace:__anon2202
49 CallGraphViewer() function in struct:__anon2202::CallGraphViewer
67 char CallGraphViewer::ID = 0;
68 INITIALIZE_PASS(CallGraphViewer, "view-callgraph",
82 return new CallGraphViewer();
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp111 // CallGraphViewer
115 class CallGraphViewer : public Checker< check::ASTDecl<TranslationUnitDecl> > { class in namespace:__anon3551
127 mgr.registerChecker<CallGraphViewer>();

Completed in 105 milliseconds