Home
last modified time | relevance | path

Searched refs:LazyCallGraphPrinterPass (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h993 class LazyCallGraphPrinterPass
994 : public PassInfoMixin<LazyCallGraphPrinterPass> {
998 explicit LazyCallGraphPrinterPass(raw_ostream &OS);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h1263 class LazyCallGraphPrinterPass
1264 : public PassInfoMixin<LazyCallGraphPrinterPass> {
1268 explicit LazyCallGraphPrinterPass(raw_ostream &OS);
/external/llvm/lib/Passes/
DPassRegistry.def63 MODULE_PASS("print-lcg", LazyCallGraphPrinterPass(dbgs()))
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp1516 LazyCallGraphPrinterPass::LazyCallGraphPrinterPass(raw_ostream &OS) : OS(OS) {} in LazyCallGraphPrinterPass() function in LazyCallGraphPrinterPass
1545 PreservedAnalyses LazyCallGraphPrinterPass::run(Module &M, in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1730 LazyCallGraphPrinterPass::LazyCallGraphPrinterPass(raw_ostream &OS) : OS(OS) {} in LazyCallGraphPrinterPass() function in LazyCallGraphPrinterPass
1759 PreservedAnalyses LazyCallGraphPrinterPass::run(Module &M, in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/
DPassRegistry.def70 MODULE_PASS("print-lcg", LazyCallGraphPrinterPass(dbgs()))