Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Out

729   // Track back to entry -2 and pull out the offset there.
1127 llvm::raw_svector_ostream out(guardName);
1128 getMangleContext().mangleItaniumGuardVariable(&D, out);
1129 out.flush();
1318 llvm::raw_svector_ostream Out(WrapperName);
1319 getMangleContext().mangleItaniumThreadLocalWrapper(VD, Out);
1320 Out.flush();
1349 llvm::raw_svector_ostream Out(InitFnName);
1350 getMangleContext().mangleItaniumThreadLocalInit(VD, Out);
1351 Out.flush();