Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:GA

1929   llvm::GlobalValue *GA =
1944 GA->takeName(Entry);
1946 Entry->replaceAllUsesWith(llvm::ConstantExpr::getBitCast(GA,
1950 GA->setName(MangledName);
1960 GA->setLinkage(llvm::Function::DLLExportLinkage);
1962 GA->setLinkage(llvm::Function::DLLExportLinkage);
1967 GA->setLinkage(llvm::Function::WeakAnyLinkage);
1970 SetCommonAttributes(D, GA);