Searched refs:AlwaysPreserved (Results 1 – 2 of 2) sorted by relevance
128 if (AlwaysPreserved.count(GV.getName())) in shouldPreserveGV()214 AlwaysPreserved.insert(V->getName()); in internalizeModule()220 AlwaysPreserved.insert("llvm.used"); in internalizeModule()221 AlwaysPreserved.insert("llvm.compiler.used"); in internalizeModule()225 AlwaysPreserved.insert("llvm.global_ctors"); in internalizeModule()226 AlwaysPreserved.insert("llvm.global_dtors"); in internalizeModule()227 AlwaysPreserved.insert("llvm.global.annotations"); in internalizeModule()232 AlwaysPreserved.insert("__stack_chk_fail"); in internalizeModule()234 AlwaysPreserved.insert("__ssp_canary_word"); in internalizeModule()236 AlwaysPreserved.insert("__stack_chk_guard"); in internalizeModule()
49 StringSet<> AlwaysPreserved; variable