Lines Matching refs:Delete
28 static void makeVisible(GlobalValue &GV, bool Delete) { in makeVisible() argument
30 if (Local || Delete) { in makeVisible()
88 bool Delete = in runOnModule() local
90 if (!Delete) { in runOnModule()
97 makeVisible(*I, Delete); in runOnModule()
99 if (Delete) { in runOnModule()
108 bool Delete = in runOnModule() local
110 if (!Delete) { in runOnModule()
115 makeVisible(F, Delete); in runOnModule()
117 if (Delete) { in runOnModule()
130 bool Delete = deleteStuff == (bool)Named.count(&*CurI); in runOnModule() local
131 makeVisible(*CurI, Delete); in runOnModule()
133 if (Delete) { in runOnModule()