Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1391 auto *TypesGlobal = TheModule.getGlobalVariable(TypesVarName); in GetTypeString() local
1392 if (!TypesGlobal) { in GetTypeString()
1399 TypesGlobal = GV; in GetTypeString()
1401 return llvm::ConstantExpr::getGetElementPtr(TypesGlobal->getValueType(), in GetTypeString()
1402 TypesGlobal, Zeros); in GetTypeString()