Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1446 auto *TypesGlobal = TheModule.getGlobalVariable(TypesVarName); in GetTypeString() local
1447 if (!TypesGlobal) { in GetTypeString()
1454 TypesGlobal = GV; in GetTypeString()
1456 return llvm::ConstantExpr::getGetElementPtr(TypesGlobal->getValueType(), in GetTypeString()
1457 TypesGlobal, Zeros); in GetTypeString()