Lines Matching refs:StrBuf

621       raw_string_ostream StrBuf(Buffer);  in validateIntrinsic()  local
622 StrBuf << "Intrinsic call expects return type " << I->getReturnType() in validateIntrinsic()
624 report_fatal_error(StrBuf.str()); in validateIntrinsic()
629 raw_string_ostream StrBuf(Buffer); in validateIntrinsic() local
630 StrBuf << "Intrinsic call expects " << I->getNumArgs() in validateIntrinsic()
632 report_fatal_error(StrBuf.str()); in validateIntrinsic()
637 raw_string_ostream StrBuf(Buffer); in validateIntrinsic() local
638 StrBuf << "Intrinsic call argument " << ArgIndex << " expects type " in validateIntrinsic()
641 report_fatal_error(StrBuf.str()); in validateIntrinsic()
699 raw_string_ostream StrBuf(Buffer); in getIntegerLiteralConstant() local
700 StrBuf << "Constant not i32 literal: " << *C; in getIntegerLiteralConstant()
701 report_fatal_error(StrBuf.str()); in getIntegerLiteralConstant()
721 raw_string_ostream StrBuf(Buffer); in convertGlobalsToIce() local
722 StrBuf << "Can't define external global declaration: " << GV->getName(); in convertGlobalsToIce()
723 report_fatal_error(StrBuf.str()); in convertGlobalsToIce()
731 raw_string_ostream StrBuf(Buffer); in convertGlobalsToIce() local
732 StrBuf << "Global declaration missing initializer: " << GV->getName(); in convertGlobalsToIce()
733 report_fatal_error(StrBuf.str()); in convertGlobalsToIce()
802 raw_string_ostream StrBuf(Buffer); in addGlobalInitializer() local
803 StrBuf << "Unhandled global initializer: " << Initializer; in addGlobalInitializer()
804 report_fatal_error(StrBuf.str()); in addGlobalInitializer()
854 raw_string_ostream StrBuf(Buffer); in getGlobalDeclaration() local
855 StrBuf << "Can't find global declaration for: " << V->getName(); in getGlobalDeclaration()
856 report_fatal_error(StrBuf.str()); in getGlobalDeclaration()
878 raw_string_ostream StrBuf(Buffer); in installGlobalDeclarations() local
879 StrBuf << "Function " << IceFunc->getName() in installGlobalDeclarations()
882 StrBuf << "\n Use flag -allow-externally-defined-symbols to override"; in installGlobalDeclarations()
883 report_fatal_error(StrBuf.str()); in installGlobalDeclarations()
902 raw_string_ostream StrBuf(Buffer); in installGlobalDeclarations() local
903 StrBuf << "Global " << Var->getName() in installGlobalDeclarations()
906 StrBuf << "\n Use flag -allow-externally-defined-symbols to override"; in installGlobalDeclarations()
907 report_fatal_error(StrBuf.str()); in installGlobalDeclarations()