Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1469 auto *TypesGlobal = TheModule.getGlobalVariable(TypesVarName); in GetTypeString() local
1470 if (!TypesGlobal) { in GetTypeString()
1477 TypesGlobal = GV; in GetTypeString()
1479 return llvm::ConstantExpr::getGetElementPtr(TypesGlobal->getValueType(), in GetTypeString()
1480 TypesGlobal, Zeros); in GetTypeString()