Home | History | Annotate | Download | only in IPO

Lines Matching defs:ID

40     static char ID; // Pass identification, replacement for typeid
42 : ModulePass(ID), OnlyDebugInfo(ODI) {
55 static char ID; // Pass identification, replacement for typeid
57 : ModulePass(ID) {
70 static char ID; // Pass identification, replacement for typeid
72 : ModulePass(ID) {
85 static char ID; // Pass identification, replacement for typeid
87 : ModulePass(ID) {
99 char StripSymbols::ID = 0;
107 char StripNonDebugSymbols::ID = 0;
116 char StripDebugDeclare::ID = 0;
124 char StripDeadDebugInfo::ID = 0;