Home
last modified time | relevance | path

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

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