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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1448 auto *TypesGlobal = TheModule.getGlobalVariable(TypesVarName); local
1449 if (!TypesGlobal) {
1456 TypesGlobal = GV;
1458 return llvm::ConstantExpr::getGetElementPtr(TypesGlobal->getValueType(),
1459 TypesGlobal, Zeros);

Completed in 144 milliseconds