Searched refs:symbolRef (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp863 std::string symbolRef = "__objc_class_ref_" + className; local
865 if (TheModule.getGlobalVariable(symbolRef))
875 llvm::GlobalValue::WeakAnyLinkage, ClassSymbol, symbolRef);

Completed in 73 milliseconds