Searched refs:TypesGlobal (Results 1 – 1 of 1) sorted by relevance
1469 auto *TypesGlobal = TheModule.getGlobalVariable(TypesVarName); in GetTypeString() local1470 if (!TypesGlobal) { in GetTypeString()1477 TypesGlobal = GV; in GetTypeString()1479 return llvm::ConstantExpr::getGetElementPtr(TypesGlobal->getValueType(), in GetTypeString()1480 TypesGlobal, Zeros); in GetTypeString()