Lines Matching refs:LLDB_LOGF
360 LLDB_LOGF(log, "Made an allocation for argument %s", in MakeArgument()
362 LLDB_LOGF(log, " Data region : %llx", (unsigned long long)address); in MakeArgument()
363 LLDB_LOGF(log, " Ref region : %llx", in MakeArgument()
532 LLDB_LOGF(log, "More than one function in the module has a body"); in CanInterpret()
538 LLDB_LOGF(log, "Saw function with body: %s", f.getName().str().c_str()); in CanInterpret()
546 LLDB_LOGF(log, "Unsupported instruction: %s", PrintValue(&ii).c_str()); in CanInterpret()
567 LLDB_LOGF(log, "Unsupported instruction: %s", in CanInterpret()
588 LLDB_LOGF(log, "Unsupported ICmp predicate: %s", in CanInterpret()
651 LLDB_LOGF(log, "Unsupported operand type: %s", in CanInterpret()
663 LLDB_LOGF(log, "Unsupported operand type: %s", in CanInterpret()
671 LLDB_LOGF(log, "Unsupported constant: %s", in CanInterpret()
702 LLDB_LOGF(log, "Module as passed in to IRInterpreter::Interpret: \n\"%s\"", in Interpret()
762 LLDB_LOGF(log, "Interpreting %s", PrintValue(inst).c_str()); in Interpret()
788 LLDB_LOGF( in Interpret()
804 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(lhs).c_str()); in Interpret()
811 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(rhs).c_str()); in Interpret()
881 LLDB_LOGF(log, "Interpreted a %s", inst->getOpcodeName()); in Interpret()
882 LLDB_LOGF(log, " L : %s", frame.SummarizeValue(lhs).c_str()); in Interpret()
883 LLDB_LOGF(log, " R : %s", frame.SummarizeValue(rhs).c_str()); in Interpret()
884 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
891 LLDB_LOGF(log, in Interpret()
911 LLDB_LOGF(log, "Couldn't allocate memory for an AllocaInst"); in Interpret()
920 LLDB_LOGF(log, in Interpret()
932 LLDB_LOGF(log, "Couldn't write the result pointer for an AllocaInst"); in Interpret()
944 LLDB_LOGF(log, "Interpreted an AllocaInst"); in Interpret()
945 LLDB_LOGF(log, " R : 0x%" PRIx64, R); in Interpret()
946 LLDB_LOGF(log, " P : 0x%" PRIx64, P); in Interpret()
958 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(source).c_str()); in Interpret()
974 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(source).c_str()); in Interpret()
995 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(condition).c_str()); in Interpret()
1007 LLDB_LOGF(log, "Interpreted a BrInst with a condition"); in Interpret()
1008 LLDB_LOGF(log, " cond : %s", in Interpret()
1015 LLDB_LOGF(log, "Interpreted a BrInst with no condition"); in Interpret()
1023 LLDB_LOGF(log, in Interpret()
1034 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(value).c_str()); in Interpret()
1042 LLDB_LOGF(log, "Interpreted a %s", inst->getOpcodeName()); in Interpret()
1043 LLDB_LOGF(log, " Incoming value : %s", in Interpret()
1056 LLDB_LOGF(log, "Couldn't evaluate %s", in Interpret()
1079 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(*ii).c_str()); in Interpret()
1085 LLDB_LOGF(log, "Evaluated constant index %s as %llu", in Interpret()
1103 LLDB_LOGF(log, "Interpreted a GetElementPtrInst"); in Interpret()
1104 LLDB_LOGF(log, " P : %s", in Interpret()
1106 LLDB_LOGF(log, " Poffset : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1122 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(lhs).c_str()); in Interpret()
1129 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(rhs).c_str()); in Interpret()
1205 LLDB_LOGF(log, "Interpreted an ICmpInst"); in Interpret()
1206 LLDB_LOGF(log, " L : %s", frame.SummarizeValue(lhs).c_str()); in Interpret()
1207 LLDB_LOGF(log, " R : %s", frame.SummarizeValue(rhs).c_str()); in Interpret()
1208 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1219 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(src_operand).c_str()); in Interpret()
1228 LLDB_LOGF(log, "Interpreted an IntToPtr"); in Interpret()
1229 LLDB_LOGF(log, " Src : %s", frame.SummarizeValue(src_operand).c_str()); in Interpret()
1230 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1241 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(src_operand).c_str()); in Interpret()
1250 LLDB_LOGF(log, "Interpreted a PtrToInt"); in Interpret()
1251 LLDB_LOGF(log, " Src : %s", frame.SummarizeValue(src_operand).c_str()); in Interpret()
1252 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1263 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(src_operand).c_str()); in Interpret()
1272 LLDB_LOGF(log, "Interpreted a Trunc"); in Interpret()
1273 LLDB_LOGF(log, " Src : %s", frame.SummarizeValue(src_operand).c_str()); in Interpret()
1274 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1292 LLDB_LOGF(log, "LoadInst's value doesn't resolve to anything"); in Interpret()
1299 LLDB_LOGF(log, "LoadInst's pointer doesn't resolve to anything"); in Interpret()
1310 LLDB_LOGF(log, "Couldn't read the address to be loaded for a LoadInst"); in Interpret()
1324 LLDB_LOGF(log, "Couldn't read from a region on behalf of a LoadInst"); in Interpret()
1334 LLDB_LOGF(log, "Couldn't write to a region on behalf of a LoadInst"); in Interpret()
1341 LLDB_LOGF(log, "Interpreted a LoadInst"); in Interpret()
1342 LLDB_LOGF(log, " P : 0x%" PRIx64, P); in Interpret()
1343 LLDB_LOGF(log, " R : 0x%" PRIx64, R); in Interpret()
1344 LLDB_LOGF(log, " D : 0x%" PRIx64, D); in Interpret()
1366 LLDB_LOGF(log, "StoreInst's value doesn't resolve to anything"); in Interpret()
1373 LLDB_LOGF(log, "StoreInst's pointer doesn't resolve to anything"); in Interpret()
1384 LLDB_LOGF(log, "Couldn't read the address to be loaded for a LoadInst"); in Interpret()
1398 LLDB_LOGF(log, "Couldn't read from a region on behalf of a StoreInst"); in Interpret()
1408 LLDB_LOGF(log, "Couldn't write to a region on behalf of a StoreInst"); in Interpret()
1415 LLDB_LOGF(log, "Interpreted a StoreInst"); in Interpret()
1416 LLDB_LOGF(log, " D : 0x%" PRIx64, D); in Interpret()
1417 LLDB_LOGF(log, " P : 0x%" PRIx64, P); in Interpret()
1418 LLDB_LOGF(log, " R : 0x%" PRIx64, R); in Interpret()