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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2117 std::string symbolRef = "__objc_class_ref_" + className; local
2119 if (TheModule.getGlobalVariable(symbolRef))
2129 llvm::GlobalValue::WeakAnyLinkage, ClassSymbol, symbolRef);

Completed in 110 milliseconds