Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:Ret

88   std::string Ret;
92 Ret = "e";
94 Ret = "E";
96 Ret += DataLayout::getManglingComponent(T);
101 Ret += "-p:32:32";
106 Ret += "-i64:64";
108 Ret += "-f64:32:64";
112 Ret += "-n32:64";
114 Ret += "-n32";
116 return Ret;