Home | History | Annotate | Download | only in Utils

Lines Matching full:getcontext

303   case 1: RetTy = Type::getVoidTy(header->getContext()); break;
304 case 2: RetTy = Type::getInt1Ty(header->getContext()); break;
305 default: RetTy = Type::getInt16Ty(header->getContext()); break;
336 PointerType::getUnqual(StructType::get(M->getContext(), paramTy));
363 Idx[0] = Constant::getNullValue(Type::getInt32Ty(header->getContext()));
364 Idx[1] = ConstantInt::get(Type::getInt32Ty(header->getContext()), i);
428 LLVMContext &Context = newFunction->getContext();
458 Type *StructArgTy = StructType::get(newFunction->getContext(), ArgTypes);
709 BasicBlock *codeReplacer = BasicBlock::Create(header->getContext(),
715 BasicBlock *newFuncRoot = BasicBlock::Create(header->getContext(),