Lines Matching refs:GetInsertBlock

1227   Module *M = B.GetInsertBlock()->getModule();  in emitLibCall()
1241 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitStrLen()
1262 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitStrNCmp()
1303 Module *M = B.GetInsertBlock()->getModule(); in emitMemCpyChk()
1307 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitMemCpyChk()
1323 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitMemPCpy()
1332 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitMemChr()
1341 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitMemCmp()
1350 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitBCmp()
1448 Module *M = B.GetInsertBlock()->getModule(); in emitUnaryFloatFnCallHelper()
1491 Module *M = B.GetInsertBlock()->getModule(); in emitBinaryFloatFnCallHelper()
1539 Module *M = B.GetInsertBlock()->getModule(); in emitPutChar()
1562 Module *M = B.GetInsertBlock()->getModule(); in emitPutS()
1579 Module *M = B.GetInsertBlock()->getModule(); in emitFPutC()
1600 Module *M = B.GetInsertBlock()->getModule(); in emitFPutS()
1619 Module *M = B.GetInsertBlock()->getModule(); in emitFWrite()
1620 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitFWrite()
1643 Module *M = B.GetInsertBlock()->getModule(); in emitMalloc()
1645 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitMalloc()
1663 Module *M = B.GetInsertBlock()->getModule(); in emitCalloc()
1666 IntegerType *PtrType = DL.getIntPtrType((B.GetInsertBlock()->getContext())); in emitCalloc()