Lines Matching refs:ID
27 static char ID; // Pass identifcation, replacement for typeid member
28 CFGViewer() : FunctionPass(ID) { in CFGViewer()
45 char CFGViewer::ID = 0; member in CFGViewer
50 static char ID; // Pass identifcation, replacement for typeid member
51 CFGOnlyViewer() : FunctionPass(ID) { in CFGOnlyViewer()
68 char CFGOnlyViewer::ID = 0; member in CFGOnlyViewer
74 static char ID; // Pass identification, replacement for typeid member
75 CFGPrinter() : FunctionPass(ID) { in CFGPrinter()
102 char CFGPrinter::ID = 0; member in CFGPrinter
108 static char ID; // Pass identification, replacement for typeid member
109 CFGOnlyPrinter() : FunctionPass(ID) { in CFGOnlyPrinter()
135 char CFGOnlyPrinter::ID = 0; member in CFGOnlyPrinter