Lines Matching refs:Ret
64 std::string Ret = "e"; in computeDataLayout() local
66 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
71 Ret += "-p:32:32"; in computeDataLayout()
75 Ret += "-i64:64"; in computeDataLayout()
77 Ret += "-f64:32:64"; in computeDataLayout()
83 Ret += "-f80:128"; in computeDataLayout()
85 Ret += "-f80:32"; in computeDataLayout()
89 Ret += "-n8:16:32:64"; in computeDataLayout()
91 Ret += "-n8:16:32"; in computeDataLayout()
95 Ret += "-a:0:32-S32"; in computeDataLayout()
97 Ret += "-S128"; in computeDataLayout()
99 return Ret; in computeDataLayout()