Searched defs:SelValue (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1070 llvm::GlobalAlias *SelValue = 0; local
1076 SelValue = i->second;
1080 if (0 == SelValue) {
1081 SelValue = new llvm::GlobalAlias(SelectorTy,
1085 Types.push_back(TypedSelector(TypeEncoding, SelValue));
1089 llvm::Value *tmp = CGF.CreateTempAlloca(SelValue->getType());
1090 CGF.Builder.CreateStore(SelValue, tmp);
1093 return SelValue;

Completed in 56 milliseconds