Lines Matching defs:Out
267 /// ErrorUnsupported - Print out an error that codegen doesn't support the
280 /// ErrorUnsupported - Print out an error that codegen doesn't support the
432 llvm::raw_svector_ostream Out(Buffer);
434 getCXXABI().getMangleContext().mangleCXXCtor(D, GD.getCtorType(), Out);
436 getCXXABI().getMangleContext().mangleCXXDtor(D, GD.getDtorType(), Out);
438 getCXXABI().getMangleContext().mangleName(ND, Out);
441 Out.flush();
455 llvm::raw_svector_ostream Out(Buffer.getBuffer());
458 dyn_cast_or_null<VarDecl>(initializedGlobalDecl.getDecl()), Out);
460 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out);
462 Out);
464 MangleCtx.mangleBlock(cast<DeclContext>(D), BD, Out);
936 // Stop if we're out of both deferred v-tables and deferred declarations.
1358 // each other bottoming out with the base dtor. Therefore we emit non-base
2664 llvm::raw_svector_ostream Out(Name);
2665 getCXXABI().getMangleContext().mangleReferenceTemporary(VD, Out);
2666 Out.flush();