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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  343     LLDB_LOGF(log, "Frame has language of type %s",
  352     LLDB_LOGF(log, "Using %s as the target triple",
  362     LLDB_LOGF(log, "Using default target triple of %s",
  398     if (log && log->GetVerbose()) {
  398     if (log && log->GetVerbose()) {
  400           log, "Using overridden target options for the expression evaluation");
  403       LLDB_LOGV(log, "Triple: '{0}'", opts.Triple);
  404       LLDB_LOGV(log, "CPU: '{0}'", opts.CPU);
  405       LLDB_LOGV(log, "FPMath: '{0}'", opts.FPMath);
  406       LLDB_LOGV(log, "ABI: '{0}'", opts.ABI);
  407       LLDB_LOGV(log, "LinkerVersion: '{0}'", opts.LinkerVersion);
  408       StringList::LogDump(log, opts.FeaturesAsWritten, "FeaturesAsWritten");
  409       StringList::LogDump(log, opts.Features, "Features");
  416   if (log) {
  417     LLDB_LOGF(log, "Using SIMD alignment: %d",
  419     LLDB_LOGF(log, "Target datalayout string: '%s'",
  421     LLDB_LOGF(log, "Target ABI: '%s'", target_info->getABI().str().c_str());
  422     LLDB_LOGF(log, "Target vector alignment: %d",
  499     LLDB_LOG(log, "Adding lang options for importing C++ modules");