Home
last modified time | relevance | path

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

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