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