Searched refs:AlwaysPreserved (Results 1 – 2 of 2) sorted by relevance
127 if (AlwaysPreserved.count(GV.getName())) in shouldPreserveGV()212 AlwaysPreserved.insert(V->getName()); in internalizeModule()218 AlwaysPreserved.insert("llvm.used"); in internalizeModule()219 AlwaysPreserved.insert("llvm.compiler.used"); in internalizeModule()223 AlwaysPreserved.insert("llvm.global_ctors"); in internalizeModule()224 AlwaysPreserved.insert("llvm.global_dtors"); in internalizeModule()225 AlwaysPreserved.insert("llvm.global.annotations"); in internalizeModule()230 AlwaysPreserved.insert("__stack_chk_fail"); in internalizeModule()232 AlwaysPreserved.insert("__ssp_canary_word"); in internalizeModule()234 AlwaysPreserved.insert("__stack_chk_guard"); in internalizeModule()
50 StringSet<> AlwaysPreserved; variable