Lines Matching refs:GetInsertBlock

1429   Module *M = B.GetInsertBlock()->getModule();  in emitLibCall()
1446 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitStrLen()
1467 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitStrNCmp()
1505 Module *M = B.GetInsertBlock()->getModule(); in emitMemCpyChk()
1512 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitMemCpyChk()
1528 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitMemPCpy()
1537 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitMemChr()
1546 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitMemRChr()
1555 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitMemCmp()
1564 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitBCmp()
1663 Module *M = B.GetInsertBlock()->getModule(); in emitUnaryFloatFnCallHelper()
1697 Module *M = B.GetInsertBlock()->getModule(); in emitUnaryFloatFnCall()
1712 Module *M = B.GetInsertBlock()->getModule(); in emitBinaryFloatFnCallHelper()
1751 Module *M = B.GetInsertBlock()->getModule(); in emitBinaryFloatFnCall()
1761 Module *M = B.GetInsertBlock()->getModule(); in emitPutChar()
1784 Module *M = B.GetInsertBlock()->getModule(); in emitPutS()
1801 Module *M = B.GetInsertBlock()->getModule(); in emitFPutC()
1822 Module *M = B.GetInsertBlock()->getModule(); in emitFPutS()
1841 Module *M = B.GetInsertBlock()->getModule(); in emitFWrite()
1845 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitFWrite()
1865 Module *M = B.GetInsertBlock()->getModule(); in emitMalloc()
1870 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitMalloc()
1885 Module *M = B.GetInsertBlock()->getModule(); in emitCalloc()
1891 IntegerType *PtrType = DL.getIntPtrType((B.GetInsertBlock()->getContext())); in emitCalloc()