reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1277     error.SetErrorString("Empty value object for return value.");
 1278     return error;
 1283     error.SetErrorString("Null clang type for return value.");
 1284     return error;
 1304       error.SetErrorStringWithFormat(
 1307       return error;
 1316       error.SetErrorString("We don't support returning longer than 64 bit "
 1321       error.SetErrorString(
 1327         error.SetErrorString("can't get type size");
 1328         return error;
 1338           error.SetErrorStringWithFormat(
 1341           return error;
 1353         error.SetErrorString(
 1366     error.SetErrorString("We only support setting simple integer and float "
 1370   return error;