Searched refs:CallGraphPrinterLegacyPass (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CallGraph.cpp | 301 struct CallGraphPrinterLegacyPass : public ModulePass { struct 304 CallGraphPrinterLegacyPass() : ModulePass(ID) { in CallGraphPrinterLegacyPass() function 321 char CallGraphPrinterLegacyPass::ID = 0; 323 INITIALIZE_PASS_BEGIN(CallGraphPrinterLegacyPass, "print-callgraph", 326 INITIALIZE_PASS_END(CallGraphPrinterLegacyPass, "print-callgraph",
|
/external/llvm/lib/Analysis/ |
D | CallGraph.cpp | 314 struct CallGraphPrinterLegacyPass : public ModulePass { struct 316 CallGraphPrinterLegacyPass() : ModulePass(ID) { in CallGraphPrinterLegacyPass() function 331 char CallGraphPrinterLegacyPass::ID = 0; 333 INITIALIZE_PASS_BEGIN(CallGraphPrinterLegacyPass, "print-callgraph", 336 INITIALIZE_PASS_END(CallGraphPrinterLegacyPass, "print-callgraph",
|
/external/llvm-project/llvm/lib/Analysis/ |
D | CallGraph.cpp | 377 struct CallGraphPrinterLegacyPass : public ModulePass { struct 380 CallGraphPrinterLegacyPass() : ModulePass(ID) { in CallGraphPrinterLegacyPass() argument 397 char CallGraphPrinterLegacyPass::ID = 0; 399 INITIALIZE_PASS_BEGIN(CallGraphPrinterLegacyPass, "print-callgraph", 402 INITIALIZE_PASS_END(CallGraphPrinterLegacyPass, "print-callgraph",
|