Searched refs:voidPointerType (Results 1 – 3 of 3) sorted by relevance
| /minix3/minix/llvm/passes/include/magic/support/ |
| H A D | MagicMmapCtlFunction.h | 13 …MagicMmapCtlFunction(Function *function, PointerType *voidPointerType, std::string &ptrArgName, st… 52 inline MagicMmapCtlFunction::MagicMmapCtlFunction(Function *function, PointerType *voidPointerType,… in MagicMmapCtlFunction() argument 72 …assert(function->getFunctionType()->getContainedType(this->ptrArg+1) == voidPointerType && "Invali… in MagicMmapCtlFunction()
|
| /minix3/minix/llvm/passes/magic/support/ |
| H A D | MagicUtil.cpp | 489 PointerType* voidPointerType = PointerType::get(IntegerType::get(M.getContext(), 8), 0); in insertCopyInst() local 490 Constant* varAddress = ConstantExpr::getCast(Instruction::BitCast, GV, voidPointerType); in insertCopyInst() 491 Constant* varShadowAddress = ConstantExpr::getCast(Instruction::BitCast, SGV, voidPointerType); in insertCopyInst() 624 PointerType* voidPointerType = PointerType::get(IntegerType::get(M.getContext(), 8), 0); in insertShadowTag() local 629 shadowFuncArgs.push_back(voidPointerType); in insertShadowTag() 637 args.push_back(new BitCastInst(GV, voidPointerType, "", InsertBefore)); in insertShadowTag()
|
| /minix3/minix/llvm/passes/magic/ |
| H A D | MagicPass.cpp | 1482 PointerType* voidPointerType = PointerType::get(IntegerType::get(M.getContext(), 8), 0); in runOnModule() local 1562 … Constant* varAddressValue = ConstantExpr::getCast(Instruction::BitCast, GV, voidPointerType); in runOnModule() 1571 … varShadowAddressValue = ConstantExpr::getCast(Instruction::BitCast, varShadow, voidPointerType); in runOnModule() 1622 Constant* varAddressValue = ConstantExpr::getCast(Instruction::BitCast, F, voidPointerType); in runOnModule()
|