Lines Matching refs:LLDB_LOGF

359       LLDB_LOGF(log, "Made an allocation for argument %s",  in MakeArgument()
361 LLDB_LOGF(log, " Data region : %llx", (unsigned long long)address); in MakeArgument()
362 LLDB_LOGF(log, " Ref region : %llx", in MakeArgument()
528 LLDB_LOGF(log, "More than one function in the module has a body"); in CanInterpret()
534 LLDB_LOGF(log, "Saw function with body: %s", f.getName().str().c_str()); in CanInterpret()
542 LLDB_LOGF(log, "Unsupported instruction: %s", PrintValue(&ii).c_str()); in CanInterpret()
563 LLDB_LOGF(log, "Unsupported instruction: %s", in CanInterpret()
584 LLDB_LOGF(log, "Unsupported ICmp predicate: %s", in CanInterpret()
647 LLDB_LOGF(log, "Unsupported operand type: %s", in CanInterpret()
659 LLDB_LOGF(log, "Unsupported operand type: %s", in CanInterpret()
667 LLDB_LOGF(log, "Unsupported constant: %s", in CanInterpret()
697 LLDB_LOGF(log, "Module as passed in to IRInterpreter::Interpret: \n\"%s\"", in Interpret()
732 LLDB_LOGF(log, "Interpreting %s", PrintValue(inst).c_str()); in Interpret()
758 LLDB_LOGF( in Interpret()
774 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(lhs).c_str()); in Interpret()
781 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(rhs).c_str()); in Interpret()
851 LLDB_LOGF(log, "Interpreted a %s", inst->getOpcodeName()); in Interpret()
852 LLDB_LOGF(log, " L : %s", frame.SummarizeValue(lhs).c_str()); in Interpret()
853 LLDB_LOGF(log, " R : %s", frame.SummarizeValue(rhs).c_str()); in Interpret()
854 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
861 LLDB_LOGF(log, in Interpret()
881 LLDB_LOGF(log, "Couldn't allocate memory for an AllocaInst"); in Interpret()
890 LLDB_LOGF(log, in Interpret()
902 LLDB_LOGF(log, "Couldn't write the result pointer for an AllocaInst"); in Interpret()
914 LLDB_LOGF(log, "Interpreted an AllocaInst"); in Interpret()
915 LLDB_LOGF(log, " R : 0x%" PRIx64, R); in Interpret()
916 LLDB_LOGF(log, " P : 0x%" PRIx64, P); in Interpret()
928 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(source).c_str()); in Interpret()
944 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(source).c_str()); in Interpret()
965 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(condition).c_str()); in Interpret()
977 LLDB_LOGF(log, "Interpreted a BrInst with a condition"); in Interpret()
978 LLDB_LOGF(log, " cond : %s", in Interpret()
985 LLDB_LOGF(log, "Interpreted a BrInst with no condition"); in Interpret()
993 LLDB_LOGF(log, in Interpret()
1004 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(value).c_str()); in Interpret()
1012 LLDB_LOGF(log, "Interpreted a %s", inst->getOpcodeName()); in Interpret()
1013 LLDB_LOGF(log, " Incoming value : %s", in Interpret()
1026 LLDB_LOGF(log, "Couldn't evaluate %s", in Interpret()
1049 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(*ii).c_str()); in Interpret()
1055 LLDB_LOGF(log, "Evaluated constant index %s as %llu", in Interpret()
1073 LLDB_LOGF(log, "Interpreted a GetElementPtrInst"); in Interpret()
1074 LLDB_LOGF(log, " P : %s", in Interpret()
1076 LLDB_LOGF(log, " Poffset : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1092 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(lhs).c_str()); in Interpret()
1099 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(rhs).c_str()); in Interpret()
1175 LLDB_LOGF(log, "Interpreted an ICmpInst"); in Interpret()
1176 LLDB_LOGF(log, " L : %s", frame.SummarizeValue(lhs).c_str()); in Interpret()
1177 LLDB_LOGF(log, " R : %s", frame.SummarizeValue(rhs).c_str()); in Interpret()
1178 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1189 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(src_operand).c_str()); in Interpret()
1198 LLDB_LOGF(log, "Interpreted an IntToPtr"); in Interpret()
1199 LLDB_LOGF(log, " Src : %s", frame.SummarizeValue(src_operand).c_str()); in Interpret()
1200 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1211 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(src_operand).c_str()); in Interpret()
1220 LLDB_LOGF(log, "Interpreted a PtrToInt"); in Interpret()
1221 LLDB_LOGF(log, " Src : %s", frame.SummarizeValue(src_operand).c_str()); in Interpret()
1222 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1233 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(src_operand).c_str()); in Interpret()
1242 LLDB_LOGF(log, "Interpreted a Trunc"); in Interpret()
1243 LLDB_LOGF(log, " Src : %s", frame.SummarizeValue(src_operand).c_str()); in Interpret()
1244 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1262 LLDB_LOGF(log, "LoadInst's value doesn't resolve to anything"); in Interpret()
1269 LLDB_LOGF(log, "LoadInst's pointer doesn't resolve to anything"); in Interpret()
1280 LLDB_LOGF(log, "Couldn't read the address to be loaded for a LoadInst"); in Interpret()
1294 LLDB_LOGF(log, "Couldn't read from a region on behalf of a LoadInst"); in Interpret()
1304 LLDB_LOGF(log, "Couldn't write to a region on behalf of a LoadInst"); in Interpret()
1311 LLDB_LOGF(log, "Interpreted a LoadInst"); in Interpret()
1312 LLDB_LOGF(log, " P : 0x%" PRIx64, P); in Interpret()
1313 LLDB_LOGF(log, " R : 0x%" PRIx64, R); in Interpret()
1314 LLDB_LOGF(log, " D : 0x%" PRIx64, D); in Interpret()
1336 LLDB_LOGF(log, "StoreInst's value doesn't resolve to anything"); in Interpret()
1343 LLDB_LOGF(log, "StoreInst's pointer doesn't resolve to anything"); in Interpret()
1354 LLDB_LOGF(log, "Couldn't read the address to be loaded for a LoadInst"); in Interpret()
1368 LLDB_LOGF(log, "Couldn't read from a region on behalf of a StoreInst"); in Interpret()
1378 LLDB_LOGF(log, "Couldn't write to a region on behalf of a StoreInst"); in Interpret()
1385 LLDB_LOGF(log, "Interpreted a StoreInst"); in Interpret()
1386 LLDB_LOGF(log, " D : 0x%" PRIx64, D); in Interpret()
1387 LLDB_LOGF(log, " P : 0x%" PRIx64, P); in Interpret()
1388 LLDB_LOGF(log, " R : 0x%" PRIx64, R); in Interpret()