Lines Matching refs:Int8PtrTy
325 auto *Int8PtrTy = Type::getInt8PtrTy(*Ctx); in createCacheFragAuxGV() local
328 auto *TypeNameArrayTy = ArrayType::get(Int8PtrTy, StructTy->getNumElements()); in createCacheFragAuxGV()
350 Int8PtrTy)); in createCacheFragAuxGV()
367 auto *Int8PtrTy = Type::getInt8PtrTy(*Ctx); in createCacheFragInfoGV() local
368 auto *Int8PtrPtrTy = Int8PtrTy->getPointerTo(); in createCacheFragInfoGV()
386 StructType::get(Int8PtrTy, Int32Ty, Int32Ty, Int32PtrTy, Int32PtrTy, in createCacheFragInfoGV()
396 auto *CacheFragInfoTy = StructType::get(Int8PtrTy, Int32Ty, StructInfoPtrTy); in createCacheFragInfoGV()
446 ConstantExpr::getPointerCast(StructCounterName, Int8PtrTy), in createCacheFragInfoGV()
489 auto *Int8PtrTy = Type::getInt8PtrTy(*Ctx); in createEsanInitToolInfoArg() local
493 Int8PtrTy); in createEsanInitToolInfoArg()
500 return ConstantExpr::getPointerCast(ToolInfoGV, Int8PtrTy); in createEsanInitToolInfoArg()
503 return ConstantPointerNull::get(Int8PtrTy); in createEsanInitToolInfoArg()
507 PointerType *Int8PtrTy = Type::getInt8PtrTy(*Ctx); in createDestructor() local
516 Int8PtrTy)); in createDestructor()
534 PointerType *Int8PtrTy = Type::getInt8PtrTy(*Ctx); in initOnModule() local
542 M, EsanModuleCtorName, EsanInitName, /*InitArgTypes=*/{OrdTy, Int8PtrTy}, in initOnModule()