Searched refs:TypesGlobal (Results 1 – 1 of 1) sorted by relevance
1391 auto *TypesGlobal = TheModule.getGlobalVariable(TypesVarName); in GetTypeString() local1392 if (!TypesGlobal) { in GetTypeString()1399 TypesGlobal = GV; in GetTypeString()1401 return llvm::ConstantExpr::getGetElementPtr(TypesGlobal->getValueType(), in GetTypeString()1402 TypesGlobal, Zeros); in GetTypeString()