Home
last modified time | relevance | path

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

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