Searched refs:CompilerUsed (Results 1 – 3 of 3) sorted by relevance
523 const Module &M, SmallPtrSetImpl<GlobalValue *> &Set, bool CompilerUsed) { in collectUsedGlobalVariables() argument524 const char *Name = CompilerUsed ? "llvm.compiler.used" : "llvm.used"; in collectUsedGlobalVariables()
2226 SmallPtrSet<GlobalValue *, 8> CompilerUsed; member in __anon7cc5568a0211::LLVMUsed2233 CompilerUsedV = collectUsedGlobalVariables(M, CompilerUsed, true); in LLVMUsed()2242 iterator compilerUsedBegin() { return CompilerUsed.begin(); } in compilerUsedBegin()2243 iterator compilerUsedEnd() { return CompilerUsed.end(); } in compilerUsedEnd()2249 return CompilerUsed.count(GV); in compilerUsedCount()2252 bool compilerUsedErase(GlobalValue *GV) { return CompilerUsed.erase(GV); } in compilerUsedErase()2255 return CompilerUsed.insert(GV).second; in compilerUsedInsert()2262 setUsedInitializer(*CompilerUsedV, CompilerUsed); in syncVariablesAndSets()
830 bool CompilerUsed);