Lines Matching refs:GetInsertBlock

798   Module *M = B.GetInsertBlock()->getModule();  in emitStrLen()
800 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitStrLen()
816 Module *M = B.GetInsertBlock()->getModule(); in emitStrChr()
835 Module *M = B.GetInsertBlock()->getModule(); in emitStrNCmp()
837 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitStrNCmp()
856 Module *M = B.GetInsertBlock()->getModule(); in emitStrCpy()
872 Module *M = B.GetInsertBlock()->getModule(); in emitStrNCpy()
890 Module *M = B.GetInsertBlock()->getModule(); in emitMemCpyChk()
894 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitMemCpyChk()
912 Module *M = B.GetInsertBlock()->getModule(); in emitMemChr()
914 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitMemChr()
932 Module *M = B.GetInsertBlock()->getModule(); in emitMemCmp()
934 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitMemCmp()
968 Module *M = B.GetInsertBlock()->getModule(); in emitUnaryFloatFnCallHelper()
1011 Module *M = B.GetInsertBlock()->getModule(); in emitBinaryFloatFnCall()
1027 Module *M = B.GetInsertBlock()->getModule(); in emitPutChar()
1048 Module *M = B.GetInsertBlock()->getModule(); in emitPutS()
1064 Module *M = B.GetInsertBlock()->getModule(); in emitFPutC()
1084 Module *M = B.GetInsertBlock()->getModule(); in emitFPutCUnlocked()
1103 Module *M = B.GetInsertBlock()->getModule(); in emitFPutS()
1121 Module *M = B.GetInsertBlock()->getModule(); in emitFPutSUnlocked()
1139 Module *M = B.GetInsertBlock()->getModule(); in emitFWrite()
1140 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitFWrite()
1162 Module *M = B.GetInsertBlock()->getModule(); in emitMalloc()
1164 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitMalloc()
1181 Module *M = B.GetInsertBlock()->getModule(); in emitCalloc()
1184 IntegerType *PtrType = DL.getIntPtrType((B.GetInsertBlock()->getContext())); in emitCalloc()
1202 Module *M = B.GetInsertBlock()->getModule(); in emitFWriteUnlocked()
1203 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitFWriteUnlocked()
1223 Module *M = B.GetInsertBlock()->getModule(); in emitFGetCUnlocked()
1241 Module *M = B.GetInsertBlock()->getModule(); in emitFGetSUnlocked()
1261 Module *M = B.GetInsertBlock()->getModule(); in emitFReadUnlocked()
1262 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitFReadUnlocked()