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

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DCallPrinter.cpp48 struct CallGraphViewer struct in namespace:__anon2383
53 CallGraphViewer() function in struct:__anon2383::CallGraphViewer
76 char CallGraphViewer::ID = 0;
77 INITIALIZE_PASS(CallGraphViewer, "view-callgraph", "View call graph", false,
88 ModulePass *llvm::createCallGraphViewerPass() { return new CallGraphViewer(); }
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp119 // CallGraphViewer
123 class CallGraphViewer : public Checker< check::ASTDecl<TranslationUnitDecl> > { class in namespace:__anon4156
135 mgr.registerChecker<CallGraphViewer>();

Completed in 105 milliseconds