Searched refs:TypesGlobal (Results 1 – 1 of 1) sorted by relevance
1446 auto *TypesGlobal = TheModule.getGlobalVariable(TypesVarName); in GetTypeString() local1447 if (!TypesGlobal) { in GetTypeString()1454 TypesGlobal = GV; in GetTypeString()1456 return llvm::ConstantExpr::getGetElementPtr(TypesGlobal->getValueType(), in GetTypeString()1457 TypesGlobal, Zeros); in GetTypeString()