Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1451 auto *TypesGlobal = TheModule.getGlobalVariable(TypesVarName); in GetTypeString() local
1452 if (!TypesGlobal) { in GetTypeString()
1459 TypesGlobal = GV; in GetTypeString()
1461 return llvm::ConstantExpr::getGetElementPtr(TypesGlobal->getValueType(), in GetTypeString()
1462 TypesGlobal, Zeros); in GetTypeString()