Lines Matching refs:LLDB_LOGF

334       LLDB_LOGF(log, "Made an allocation for argument %s",  in MakeArgument()
336 LLDB_LOGF(log, " Data region : %llx", (unsigned long long)address); in MakeArgument()
337 LLDB_LOGF(log, " Ref region : %llx", in MakeArgument()
503 LLDB_LOGF(log, "More than one function in the module has a body"); in CanInterpret()
516 LLDB_LOGF(log, "Unsupported instruction: %s", PrintValue(&ii).c_str()); in CanInterpret()
537 LLDB_LOGF(log, "Unsupported instruction: %s", in CanInterpret()
557 LLDB_LOGF(log, "Unsupported ICmp predicate: %s", in CanInterpret()
609 LLDB_LOGF(log, "Unsupported operand type: %s", in CanInterpret()
621 LLDB_LOGF(log, "Unsupported operand type: %s", in CanInterpret()
629 LLDB_LOGF(log, "Unsupported constant: %s", in CanInterpret()
659 LLDB_LOGF(log, "Module as passed in to IRInterpreter::Interpret: \n\"%s\"", in Interpret()
694 LLDB_LOGF(log, "Interpreting %s", PrintValue(inst).c_str()); in Interpret()
716 LLDB_LOGF( in Interpret()
732 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(lhs).c_str()); in Interpret()
739 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(rhs).c_str()); in Interpret()
803 LLDB_LOGF(log, "Interpreted a %s", inst->getOpcodeName()); in Interpret()
804 LLDB_LOGF(log, " L : %s", frame.SummarizeValue(lhs).c_str()); in Interpret()
805 LLDB_LOGF(log, " R : %s", frame.SummarizeValue(rhs).c_str()); in Interpret()
806 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
813 LLDB_LOGF(log, in Interpret()
833 LLDB_LOGF(log, "Couldn't allocate memory for an AllocaInst"); in Interpret()
842 LLDB_LOGF(log, in Interpret()
854 LLDB_LOGF(log, "Couldn't write the result pointer for an AllocaInst"); in Interpret()
866 LLDB_LOGF(log, "Interpreted an AllocaInst"); in Interpret()
867 LLDB_LOGF(log, " R : 0x%" PRIx64, R); in Interpret()
868 LLDB_LOGF(log, " P : 0x%" PRIx64, P); in Interpret()
880 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(source).c_str()); in Interpret()
896 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(source).c_str()); in Interpret()
917 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(condition).c_str()); in Interpret()
929 LLDB_LOGF(log, "Interpreted a BrInst with a condition"); in Interpret()
930 LLDB_LOGF(log, " cond : %s", in Interpret()
937 LLDB_LOGF(log, "Interpreted a BrInst with no condition"); in Interpret()
945 LLDB_LOGF(log, in Interpret()
956 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(value).c_str()); in Interpret()
964 LLDB_LOGF(log, "Interpreted a %s", inst->getOpcodeName()); in Interpret()
965 LLDB_LOGF(log, " Incoming value : %s", in Interpret()
978 LLDB_LOGF(log, "Couldn't evaluate %s", in Interpret()
1001 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(*ii).c_str()); in Interpret()
1007 LLDB_LOGF(log, "Evaluated constant index %s as %llu", in Interpret()
1025 LLDB_LOGF(log, "Interpreted a GetElementPtrInst"); in Interpret()
1026 LLDB_LOGF(log, " P : %s", in Interpret()
1028 LLDB_LOGF(log, " Poffset : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1043 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(lhs).c_str()); in Interpret()
1050 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(rhs).c_str()); in Interpret()
1112 LLDB_LOGF(log, "Interpreted an ICmpInst"); in Interpret()
1113 LLDB_LOGF(log, " L : %s", frame.SummarizeValue(lhs).c_str()); in Interpret()
1114 LLDB_LOGF(log, " R : %s", frame.SummarizeValue(rhs).c_str()); in Interpret()
1115 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1126 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(src_operand).c_str()); in Interpret()
1135 LLDB_LOGF(log, "Interpreted an IntToPtr"); in Interpret()
1136 LLDB_LOGF(log, " Src : %s", frame.SummarizeValue(src_operand).c_str()); in Interpret()
1137 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1148 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(src_operand).c_str()); in Interpret()
1157 LLDB_LOGF(log, "Interpreted a PtrToInt"); in Interpret()
1158 LLDB_LOGF(log, " Src : %s", frame.SummarizeValue(src_operand).c_str()); in Interpret()
1159 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1170 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(src_operand).c_str()); in Interpret()
1179 LLDB_LOGF(log, "Interpreted a Trunc"); in Interpret()
1180 LLDB_LOGF(log, " Src : %s", frame.SummarizeValue(src_operand).c_str()); in Interpret()
1181 LLDB_LOGF(log, " = : %s", frame.SummarizeValue(inst).c_str()); in Interpret()
1199 LLDB_LOGF(log, "LoadInst's value doesn't resolve to anything"); in Interpret()
1206 LLDB_LOGF(log, "LoadInst's pointer doesn't resolve to anything"); in Interpret()
1217 LLDB_LOGF(log, "Couldn't read the address to be loaded for a LoadInst"); in Interpret()
1231 LLDB_LOGF(log, "Couldn't read from a region on behalf of a LoadInst"); in Interpret()
1241 LLDB_LOGF(log, "Couldn't write to a region on behalf of a LoadInst"); in Interpret()
1248 LLDB_LOGF(log, "Interpreted a LoadInst"); in Interpret()
1249 LLDB_LOGF(log, " P : 0x%" PRIx64, P); in Interpret()
1250 LLDB_LOGF(log, " R : 0x%" PRIx64, R); in Interpret()
1251 LLDB_LOGF(log, " D : 0x%" PRIx64, D); in Interpret()
1273 LLDB_LOGF(log, "StoreInst's value doesn't resolve to anything"); in Interpret()
1280 LLDB_LOGF(log, "StoreInst's pointer doesn't resolve to anything"); in Interpret()
1291 LLDB_LOGF(log, "Couldn't read the address to be loaded for a LoadInst"); in Interpret()
1305 LLDB_LOGF(log, "Couldn't read from a region on behalf of a StoreInst"); in Interpret()
1315 LLDB_LOGF(log, "Couldn't write to a region on behalf of a StoreInst"); in Interpret()
1322 LLDB_LOGF(log, "Interpreted a StoreInst"); in Interpret()
1323 LLDB_LOGF(log, " D : 0x%" PRIx64, D); in Interpret()
1324 LLDB_LOGF(log, " P : 0x%" PRIx64, P); in Interpret()
1325 LLDB_LOGF(log, " R : 0x%" PRIx64, R); in Interpret()