Lines Matching refs:LLDB_LOGF

332       LLDB_LOGF(log, "Made an allocation for argument %s",  in MakeArgument()
334 LLDB_LOGF(log, " Data region : %llx", (unsigned long long)address); in MakeArgument()
335 LLDB_LOGF(log, " Ref region : %llx", in MakeArgument()
494 LLDB_LOGF(log, "More than one function in the module has a body"); in CanInterpret()
507 LLDB_LOGF(log, "Unsupported instruction: %s", PrintValue(&ii).c_str()); in CanInterpret()
528 LLDB_LOGF(log, "Unsupported instruction: %s", in CanInterpret()
548 LLDB_LOGF(log, "Unsupported ICmp predicate: %s", in CanInterpret()
600 LLDB_LOGF(log, "Unsupported operand type: %s", in CanInterpret()
612 LLDB_LOGF(log, "Unsupported operand type: %s", in CanInterpret()
620 LLDB_LOGF(log, "Unsupported constant: %s", in CanInterpret()
651 LLDB_LOGF(log, "Module as passed in to IRInterpreter::Interpret: \n\"%s\"", in Interpret()
686 LLDB_LOGF(log, "Interpreting %s", PrintValue(inst).c_str()); in Interpret()
708 LLDB_LOGF( in Interpret()
724 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(lhs).c_str()); in Interpret()
731 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(rhs).c_str()); in Interpret()
795 LLDB_LOGF(log, "Interpreted a %s", inst->getOpcodeName()); in Interpret()
796 LLDB_LOGF(log, " L : %s", frame.SummarizeValue(lhs).c_str()); in Interpret()
797 LLDB_LOGF(log, " R : %s", frame.SummarizeValue(rhs).c_str()); in Interpret()
798 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
805 LLDB_LOGF(log, in Interpret()
825 LLDB_LOGF(log, "Couldn't allocate memory for an AllocaInst"); in Interpret()
834 LLDB_LOGF(log, in Interpret()
846 LLDB_LOGF(log, "Couldn't write the result pointer for an AllocaInst"); in Interpret()
858 LLDB_LOGF(log, "Interpreted an AllocaInst"); in Interpret()
859 LLDB_LOGF(log, " R : 0x%" PRIx64, R); in Interpret()
860 LLDB_LOGF(log, " P : 0x%" PRIx64, P); in Interpret()
872 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(source).c_str()); in Interpret()
888 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(source).c_str()); in Interpret()
909 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(condition).c_str()); in Interpret()
921 LLDB_LOGF(log, "Interpreted a BrInst with a condition"); in Interpret()
922 LLDB_LOGF(log, " cond : %s", in Interpret()
929 LLDB_LOGF(log, "Interpreted a BrInst with no condition"); in Interpret()
937 LLDB_LOGF(log, in Interpret()
948 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(value).c_str()); in Interpret()
956 LLDB_LOGF(log, "Interpreted a %s", inst->getOpcodeName()); in Interpret()
957 LLDB_LOGF(log, " Incoming value : %s", in Interpret()
970 LLDB_LOGF(log, "Couldn't evaluate %s", in Interpret()
993 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(*ii).c_str()); in Interpret()
999 LLDB_LOGF(log, "Evaluated constant index %s as %llu", in Interpret()
1017 LLDB_LOGF(log, "Interpreted a GetElementPtrInst"); in Interpret()
1018 LLDB_LOGF(log, " P : %s", in Interpret()
1020 LLDB_LOGF(log, " Poffset : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1035 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(lhs).c_str()); in Interpret()
1042 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(rhs).c_str()); in Interpret()
1104 LLDB_LOGF(log, "Interpreted an ICmpInst"); in Interpret()
1105 LLDB_LOGF(log, " L : %s", frame.SummarizeValue(lhs).c_str()); in Interpret()
1106 LLDB_LOGF(log, " R : %s", frame.SummarizeValue(rhs).c_str()); in Interpret()
1107 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1118 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(src_operand).c_str()); in Interpret()
1127 LLDB_LOGF(log, "Interpreted an IntToPtr"); in Interpret()
1128 LLDB_LOGF(log, " Src : %s", frame.SummarizeValue(src_operand).c_str()); in Interpret()
1129 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1140 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(src_operand).c_str()); in Interpret()
1149 LLDB_LOGF(log, "Interpreted a PtrToInt"); in Interpret()
1150 LLDB_LOGF(log, " Src : %s", frame.SummarizeValue(src_operand).c_str()); in Interpret()
1151 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1162 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(src_operand).c_str()); in Interpret()
1171 LLDB_LOGF(log, "Interpreted a Trunc"); in Interpret()
1172 LLDB_LOGF(log, " Src : %s", frame.SummarizeValue(src_operand).c_str()); in Interpret()
1173 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1190 LLDB_LOGF(log, "getPointerOperand()->getType() is not a PointerType"); in Interpret()
1201 LLDB_LOGF(log, "LoadInst's value doesn't resolve to anything"); in Interpret()
1208 LLDB_LOGF(log, "LoadInst's pointer doesn't resolve to anything"); in Interpret()
1219 LLDB_LOGF(log, "Couldn't read the address to be loaded for a LoadInst"); in Interpret()
1232 LLDB_LOGF(log, "Couldn't read from a region on behalf of a LoadInst"); in Interpret()
1242 LLDB_LOGF(log, "Couldn't write to a region on behalf of a LoadInst"); in Interpret()
1249 LLDB_LOGF(log, "Interpreted a LoadInst"); in Interpret()
1250 LLDB_LOGF(log, " P : 0x%" PRIx64, P); in Interpret()
1251 LLDB_LOGF(log, " R : 0x%" PRIx64, R); in Interpret()
1252 LLDB_LOGF(log, " D : 0x%" PRIx64, D); in Interpret()
1280 LLDB_LOGF(log, "StoreInst's value doesn't resolve to anything"); in Interpret()
1287 LLDB_LOGF(log, "StoreInst's pointer doesn't resolve to anything"); in Interpret()
1298 LLDB_LOGF(log, "Couldn't read the address to be loaded for a LoadInst"); in Interpret()
1311 LLDB_LOGF(log, "Couldn't read from a region on behalf of a StoreInst"); in Interpret()
1321 LLDB_LOGF(log, "Couldn't write to a region on behalf of a StoreInst"); in Interpret()
1328 LLDB_LOGF(log, "Interpreted a StoreInst"); in Interpret()
1329 LLDB_LOGF(log, " D : 0x%" PRIx64, D); in Interpret()
1330 LLDB_LOGF(log, " P : 0x%" PRIx64, P); in Interpret()
1331 LLDB_LOGF(log, " R : 0x%" PRIx64, R); in Interpret()