Lines Matching refs:GetInsertBlock
722 Module *M = B.GetInsertBlock()->getModule(); in emitStrLen()
723 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitStrLen()
739 Module *M = B.GetInsertBlock()->getModule(); in emitStrChr()
757 Module *M = B.GetInsertBlock()->getModule(); in emitStrNCmp()
758 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitStrNCmp()
777 Module *M = B.GetInsertBlock()->getModule(); in emitStrCpy()
793 Module *M = B.GetInsertBlock()->getModule(); in emitStrNCpy()
811 Module *M = B.GetInsertBlock()->getModule(); in emitMemCpyChk()
815 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitMemCpyChk()
833 Module *M = B.GetInsertBlock()->getModule(); in emitMemChr()
834 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitMemChr()
852 Module *M = B.GetInsertBlock()->getModule(); in emitMemCmp()
853 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitMemCmp()
887 Module *M = B.GetInsertBlock()->getModule(); in emitUnaryFloatFnCall()
903 Module *M = B.GetInsertBlock()->getModule(); in emitBinaryFloatFnCall()
919 Module *M = B.GetInsertBlock()->getModule(); in emitPutChar()
939 Module *M = B.GetInsertBlock()->getModule(); in emitPutS()
954 Module *M = B.GetInsertBlock()->getModule(); in emitFPutC()
973 Module *M = B.GetInsertBlock()->getModule(); in emitFPutS()
991 Module *M = B.GetInsertBlock()->getModule(); in emitFWrite()
992 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitFWrite()