Home | History | Annotate | Download | only in src

Lines Matching full:strbuf

137   llvm::raw_string_ostream StrBuf(Buffer);
140 Ctx->setStrEmit(StrBuf);
151 llvm::errs() << "Can't assemble: " << StrBuf.str() << "\n";
157 Asm->emitTextInst(StrBuf.str(), Asm->getEmitTextSize());