Lines Matching refs:PrintValue
84 static std::string PrintValue(const Value *value, bool truncate = false) { in PrintValue() function
218 PrintValue(result_value, false)); in CreateResultVariable()
359 LLDB_LOG(log, "Replacing \"{0}\" with \"{1}\"", PrintValue(result_global), in CreateResultVariable()
360 PrintValue(new_result_global)); in CreateResultVariable()
388 PrintValue(synthesized_store)); in CreateResultVariable()
923 LLDB_LOG(log, "Replacing \"{0}\" with \"{1}\"", PrintValue(alloc), in RewritePersistentAlloc()
924 PrintValue(persistent_load)); in RewritePersistentAlloc()
979 LLDB_LOG(log, "MaybeHandleVariable ({0})", PrintValue(llvm_value_ptr)); in MaybeHandleVariable()
1092 LLDB_LOG(log, "Replacing {0} with {1}", PrintValue(symbol), in HandleSymbol()
1093 PrintValue(symbol_addr_ptr)); in HandleSymbol()
1103 LLDB_LOG(log, "MaybeHandleCallArguments({0})", PrintValue(Old)); in MaybeHandleCallArguments()
1333 PrintValue(constant_expr).c_str()); in UnfoldConstant()
1394 PrintValue(constant).c_str()); in UnfoldConstant()
1409 PrintValue(user).c_str()); in UnfoldConstant()
1504 LLDB_LOG(log, "Arg: \"{0}\"", PrintValue(argument)); in ReplaceVariables()
1545 LLDB_LOG(log, " Replacing [{0}]", PrintValue(value)); in ReplaceVariables()
1590 PrintValue(value)); in ReplaceVariables()