Home
last modified time | relevance | path

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

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