Lines Matching refs:GlobalVariable
66 template class llvm::SymbolTableListTraits<GlobalVariable>;
150 Function *New = Function::Create(Ty, GlobalVariable::ExternalLinkage, in getOrInsertFunction()
191 GlobalVariable *Module::getGlobalVariable(StringRef Name, in getGlobalVariable()
193 if (GlobalVariable *Result = in getGlobalVariable()
194 dyn_cast_or_null<GlobalVariable>(getNamedValue(Name))) in getGlobalVariable()
208 function_ref<GlobalVariable *()> CreateGlobalCallback) { in getOrInsertGlobal()
210 GlobalVariable *GV = dyn_cast_or_null<GlobalVariable>(getNamedValue(Name)); in getOrInsertGlobal()
229 return new GlobalVariable(*this, Ty, false, GlobalVariable::ExternalLinkage, in getOrInsertGlobal()
445 for (GlobalVariable &GV : globals()) in dropAllReferences()
596 GlobalVariable *llvm::collectUsedGlobalVariables( in collectUsedGlobalVariables()
599 GlobalVariable *GV = M.getGlobalVariable(Name); in collectUsedGlobalVariables()