Lines Matching full:getcontext
132 BD.getContext()));
794 BasicBlock *BB = BasicBlock::Create(Safe->getContext(), "entry", newMain);
798 ReturnInst::Create(Safe->getContext(), call, BB);
810 Type::getInt8PtrTy(Safe->getContext()),
811 Type::getInt8PtrTy(Safe->getContext()),
824 ConstantDataArray::getString(F->getContext(), F->getName());
835 Constant::getNullValue(Type::getInt32Ty(F->getContext())));
856 BasicBlock *EntryBB = BasicBlock::Create(F->getContext(),
858 BasicBlock *DoCallBB = BasicBlock::Create(F->getContext(),
860 BasicBlock *LookupBB = BasicBlock::Create(F->getContext(),
899 ReturnInst::Create(F->getContext(), DoCallBB);
903 ReturnInst::Create(F->getContext(),Call, DoCallBB);