Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Analysis/
H A DCallPrinter.cpp288 class CallGraphViewer : public ModulePass { class
291 CallGraphViewer() : ModulePass(ID) {} in CallGraphViewer() function in __anon1f54d8560411::CallGraphViewer
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp211 class CallGraphViewer : public Checker< check::ASTDecl<TranslationUnitDecl> > { class