Searched refs:PrintValue (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 47 static std::string PrintValue(const Value *value, bool truncate = false) { in PrintValue() function 138 ss.Printf("%s", PrintValue(value).c_str()); in SummarizeValue() 335 PrintValue(value).c_str()); in MakeArgument() 538 PrintValue(&ii).c_str()); in CanInterpret() 558 PrintValue(&ii).c_str()); in CanInterpret() 630 PrintValue(constant).c_str()); in CanInterpret() 694 LLDB_LOGF(log, "Interpreting %s", PrintValue(inst).c_str()); 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() 979 PrintValue(pointer_operand).c_str()); in Interpret() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 216 PrintValue(result_value, false)); in CreateResultVariable() 358 PrintValue(new_result_global)); in CreateResultVariable() 386 PrintValue(synthesized_store)); in CreateResultVariable() 1080 PrintValue(persistent_load)); in RewritePersistentAlloc() 1249 LLDB_LOG(log, "Replacing {0} with {1}", PrintValue(symbol), in HandleSymbol() 1250 PrintValue(symbol_addr_ptr)); in HandleSymbol() 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() [all …]
|
| H A D | IRDynamicChecks.cpp | 96 static std::string PrintValue(llvm::Value *V, bool truncate = false) { in PrintValue() function 322 PrintValue(inst).c_str()); in InstrumentInstruction() 484 PrintValue(call_inst).c_str()); in InspectInstruction()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest-printers.h | 157 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 173 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 192 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 207 static void PrintValue(const T& value, ::std::ostream* os); 250 kOtherType)>::PrintValue(x, &os); 911 void TypeWithoutFormatter<T, kConvertibleToStringView>::PrintValue( in PrintValue() function
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | JSON.cpp | 314 auto PrintValue = [&](const Value &V, ArrayRef<Segment> Path, auto &Recurse) { in printErrorContext() local 359 PrintValue(R, ErrorPath, PrintValue); in printErrorContext()
|