Searched refs:TypesGlobal (Results 1 – 1 of 1) sorted by relevance
1451 auto *TypesGlobal = TheModule.getGlobalVariable(TypesVarName); in GetTypeString() local1452 if (!TypesGlobal) { in GetTypeString()1459 TypesGlobal = GV; in GetTypeString()1461 return llvm::ConstantExpr::getGetElementPtr(TypesGlobal->getValueType(), in GetTypeString()1462 TypesGlobal, Zeros); in GetTypeString()