Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1269 std::string RefName = SymbolForProtocolRef(Name); in GenerateProtocolRef() local
1270 assert(!TheModule.getGlobalVariable(RefName)); in GenerateProtocolRef()
1274 llvm::ConstantExpr::getBitCast(Protocol, ProtocolPtrTy), RefName); in GenerateProtocolRef()
1275 GV->setComdat(TheModule.getOrInsertComdat(RefName)); in GenerateProtocolRef()
H A DCGOpenMPRuntime.cpp8732 std::string RefName = getName({VarName, "ref"}); in registerTargetGlobalVariable() local
8733 if (!CGM.GetGlobalValue(RefName)) { in registerTargetGlobalVariable()
8735 getOrCreateInternalVariable(Addr->getType(), RefName); in registerTargetGlobalVariable()