Lines Matching refs:PrintValue
83 static std::string PrintValue(const Value *value, bool truncate = false) { in PrintValue() function
216 PrintValue(result_value, false)); in CreateResultVariable()
357 LLDB_LOG(log, "Replacing \"{0}\" with \"{1}\"", PrintValue(result_global), in CreateResultVariable()
358 PrintValue(new_result_global)); in CreateResultVariable()
386 PrintValue(synthesized_store)); in CreateResultVariable()
1079 LLDB_LOG(log, "Replacing \"{0}\" with \"{1}\"", PrintValue(alloc), in RewritePersistentAlloc()
1080 PrintValue(persistent_load)); in RewritePersistentAlloc()
1135 LLDB_LOG(log, "MaybeHandleVariable ({0})", PrintValue(llvm_value_ptr)); in MaybeHandleVariable()
1249 LLDB_LOG(log, "Replacing {0} with {1}", PrintValue(symbol), in HandleSymbol()
1250 PrintValue(symbol_addr_ptr)); in HandleSymbol()
1260 LLDB_LOG(log, "MaybeHandleCallArguments({0})", PrintValue(Old)); in MaybeHandleCallArguments()
1502 PrintValue(constant_expr).c_str()); in UnfoldConstant()
1563 PrintValue(constant).c_str()); in UnfoldConstant()
1578 PrintValue(user).c_str()); in UnfoldConstant()
1673 LLDB_LOG(log, "Arg: \"{0}\"", PrintValue(argument)); in ReplaceVariables()
1714 LLDB_LOG(log, " Replacing [{0}]", PrintValue(value)); in ReplaceVariables()
1766 PrintValue(value)); in ReplaceVariables()