Lines Matching refs:Ret
109 std::string Ret = "e"; in computeDataLayout() local
111 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
116 Ret += "-p:32:32"; in computeDataLayout()
120 Ret += "-i64:64"; in computeDataLayout()
122 Ret += "-i64:32-f64:32"; in computeDataLayout()
124 Ret += "-f64:32:64"; in computeDataLayout()
130 Ret += "-f80:128"; in computeDataLayout()
132 Ret += "-f80:32"; in computeDataLayout()
135 Ret += "-f128:32"; in computeDataLayout()
139 Ret += "-n8:16:32:64"; in computeDataLayout()
141 Ret += "-n8:16:32"; in computeDataLayout()
145 Ret += "-a:0:32-S32"; in computeDataLayout()
147 Ret += "-S128"; in computeDataLayout()
149 return Ret; in computeDataLayout()