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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
  202     LLDB_LOG(log, "Couldn't find result variable");
  207   LLDB_LOG(log, "Result name: \"{0}\"", result_name);
  212     LLDB_LOG(log, "Result variable had no data");
  221   LLDB_LOG(log, "Found result in the IR: \"{0}\"",
  227     LLDB_LOG(log, "Result variable isn't a GlobalVariable");
  238     LLDB_LOG(log, "Result variable doesn't have a corresponding Decl");
  247   if (log) {
  253     LLDB_LOG(log, "Found result decl: \"{0}\"", decl_desc_str);
  258     LLDB_LOG(log, "Result variable Decl isn't a VarDecl");
  298       LLDB_LOG(log, "Expected result to have pointer type, but it did not");
  321     LLDB_LOG(log, "Result type has unknown size");
  329   if (log) {
  333     LLDB_LOG(log, "Result decl type: \"{0}\"", type_desc_stream.GetData());
  338   LLDB_LOG(log, "Creating a new result global: \"{0}\" with size {1}",
  371   LLDB_LOG(log, "Replacing \"{0}\" with \"{1}\"", PrintValue(result_global),
  385       LLDB_LOG(log, "Couldn't find initializer for unused variable");
  399     LLDB_LOG(log, "Synthesized result store \"{0}\"\n",