Searched refs:CompilerUsed (Results 1 – 3 of 3) sorted by relevance
83 bool CompilerUsed) { in collectUsedGlobalVariables() argument84 const char *Name = CompilerUsed ? "llvm.compiler.used" : "llvm.used"; in collectUsedGlobalVariables()
39 bool CompilerUsed);
2752 SmallPtrSet<GlobalValue *, 8> CompilerUsed; member in __anone1b9d84b0311::LLVMUsed2759 CompilerUsedV = collectUsedGlobalVariables(M, CompilerUsed, true); in LLVMUsed()2768 iterator compilerUsedBegin() { return CompilerUsed.begin(); } in compilerUsedBegin()2769 iterator compilerUsedEnd() { return CompilerUsed.end(); } in compilerUsedEnd()2775 return CompilerUsed.count(GV); in compilerUsedCount()2778 bool compilerUsedErase(GlobalValue *GV) { return CompilerUsed.erase(GV); } in compilerUsedErase()2781 return CompilerUsed.insert(GV).second; in compilerUsedInsert()2788 setUsedInitializer(*CompilerUsedV, CompilerUsed); in syncVariablesAndSets()