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

References

tools/lldb/source/Expression/IRInterpreter.cpp
  648   if (log) {
  656     LLDB_LOGF(log, "Module as passed in to IRInterpreter::Interpret: \n\"%s\"",
  691     LLDB_LOGF(log, "Interpreting %s", PrintValue(inst).c_str());
  714             log,
  729         LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(lhs).c_str());
  736         LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(rhs).c_str());
  799       if (log) {
  800         LLDB_LOGF(log, "Interpreted a %s", inst->getOpcodeName());
  801         LLDB_LOGF(log, "  L : %s", frame.SummarizeValue(lhs).c_str());
  802         LLDB_LOGF(log, "  R : %s", frame.SummarizeValue(rhs).c_str());
  803         LLDB_LOGF(log, "  = : %s", frame.SummarizeValue(inst).c_str());
  810         LLDB_LOGF(log, "getOpcode() returns Alloca, but instruction is not an "
  818         LLDB_LOGF(log,
  838         LLDB_LOGF(log, "Couldn't allocate memory for an AllocaInst");
  847         LLDB_LOGF(log,
  859         LLDB_LOGF(log, "Couldn't write the result pointer for an AllocaInst");
  870       if (log) {
  871         LLDB_LOGF(log, "Interpreted an AllocaInst");
  872         LLDB_LOGF(log, "  R : 0x%" PRIx64, R);
  873         LLDB_LOGF(log, "  P : 0x%" PRIx64, P);
  882             log, "getOpcode() returns %s, but instruction is not a BitCastInst",
  894         LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(source).c_str());
  907             log, "getOpcode() returns %s, but instruction is not a BitCastInst",
  919         LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(source).c_str());
  936             log, "getOpcode() returns Br, but instruction is not a BranchInst");
  948           LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(condition).c_str());
  959         if (log) {
  960           LLDB_LOGF(log, "Interpreted a BrInst with a condition");
  961           LLDB_LOGF(log, "  cond : %s",
  967         if (log) {
  968           LLDB_LOGF(log, "Interpreted a BrInst with no condition");
  977         LLDB_LOGF(log,
  984         LLDB_LOGF(log,
  995         LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(value).c_str());
 1002       if (log) {
 1003         LLDB_LOGF(log, "Interpreted a %s", inst->getOpcodeName());
 1004         LLDB_LOGF(log, "  Incoming value : %s",
 1012         LLDB_LOGF(log, "getOpcode() returns GetElementPtr, but instruction is "
 1025         LLDB_LOGF(log, "Couldn't evaluate %s",
 1048             LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(*ii).c_str());
 1054           LLDB_LOGF(log, "Evaluated constant index %s as %llu",
 1071       if (log) {
 1072         LLDB_LOGF(log, "Interpreted a GetElementPtrInst");
 1073         LLDB_LOGF(log, "  P       : %s",
 1075         LLDB_LOGF(log, "  Poffset : %s", frame.SummarizeValue(inst).c_str());
 1083             log,
 1099         LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(lhs).c_str());
 1106         LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(rhs).c_str());
 1167       if (log) {
 1168         LLDB_LOGF(log, "Interpreted an ICmpInst");
 1169         LLDB_LOGF(log, "  L : %s", frame.SummarizeValue(lhs).c_str());
 1170         LLDB_LOGF(log, "  R : %s", frame.SummarizeValue(rhs).c_str());
 1171         LLDB_LOGF(log, "  = : %s", frame.SummarizeValue(inst).c_str());
 1178         LLDB_LOGF(log,
 1191         LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(src_operand).c_str());
 1199       if (log) {
 1200         LLDB_LOGF(log, "Interpreted an IntToPtr");
 1201         LLDB_LOGF(log, "  Src : %s", frame.SummarizeValue(src_operand).c_str());
 1202         LLDB_LOGF(log, "  =   : %s", frame.SummarizeValue(inst).c_str());
 1209         LLDB_LOGF(log,
 1222         LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(src_operand).c_str());
 1230       if (log) {
 1231         LLDB_LOGF(log, "Interpreted a PtrToInt");
 1232         LLDB_LOGF(log, "  Src : %s", frame.SummarizeValue(src_operand).c_str());
 1233         LLDB_LOGF(log, "  =   : %s", frame.SummarizeValue(inst).c_str());
 1241             log,
 1253         LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(src_operand).c_str());
 1261       if (log) {
 1262         LLDB_LOGF(log, "Interpreted a Trunc");
 1263         LLDB_LOGF(log, "  Src : %s", frame.SummarizeValue(src_operand).c_str());
 1264         LLDB_LOGF(log, "  =   : %s", frame.SummarizeValue(inst).c_str());
 1272             log, "getOpcode() returns Load, but instruction is not a LoadInst");
 1289         LLDB_LOGF(log, "getPointerOperand()->getType() is not a PointerType");
 1300         LLDB_LOGF(log, "LoadInst's value doesn't resolve to anything");
 1307         LLDB_LOGF(log, "LoadInst's pointer doesn't resolve to anything");
 1318         LLDB_LOGF(log, "Couldn't read the address to be loaded for a LoadInst");
 1331         LLDB_LOGF(log, "Couldn't read from a region on behalf of a LoadInst");
 1341         LLDB_LOGF(log, "Couldn't write to a region on behalf of a LoadInst");
 1347       if (log) {
 1348         LLDB_LOGF(log, "Interpreted a LoadInst");
 1349         LLDB_LOGF(log, "  P : 0x%" PRIx64, P);
 1350         LLDB_LOGF(log, "  R : 0x%" PRIx64, R);
 1351         LLDB_LOGF(log, "  D : 0x%" PRIx64, D);
 1362             log,
 1388         LLDB_LOGF(log, "StoreInst's value doesn't resolve to anything");
 1395         LLDB_LOGF(log, "StoreInst's pointer doesn't resolve to anything");
 1406         LLDB_LOGF(log, "Couldn't read the address to be loaded for a LoadInst");
 1419         LLDB_LOGF(log, "Couldn't read from a region on behalf of a StoreInst");
 1429         LLDB_LOGF(log, "Couldn't write to a region on behalf of a StoreInst");
 1435       if (log) {
 1436         LLDB_LOGF(log, "Interpreted a StoreInst");
 1437         LLDB_LOGF(log, "  D : 0x%" PRIx64, D);
 1438         LLDB_LOGF(log, "  P : 0x%" PRIx64, P);
 1439         LLDB_LOGF(log, "  R : 0x%" PRIx64, R);
 1446         LLDB_LOGF(log,