Home
last modified time | relevance | path

Searched refs:RefName (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1321 std::string RefName = SymbolForProtocolRef(Name); in GenerateProtocolRef() local
1322 assert(!TheModule.getGlobalVariable(RefName)); in GenerateProtocolRef()
1326 llvm::ConstantExpr::getBitCast(Protocol, ProtocolPtrTy), RefName); in GenerateProtocolRef()
1327 GV->setComdat(TheModule.getOrInsertComdat(RefName)); in GenerateProtocolRef()
H A DCGOpenMPRuntime.cpp10652 std::string RefName = getName({VarName, "ref"}); in registerTargetGlobalVariable() local
10653 if (!CGM.GetGlobalValue(RefName)) { in registerTargetGlobalVariable()
10655 getOrCreateInternalVariable(Addr->getType(), RefName); in registerTargetGlobalVariable()