Home
last modified time | relevance | path

Searched refs:PrintValue (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp47 static std::string PrintValue(const Value *value, bool truncate = false) { in PrintValue() function
138 ss.Printf("%s", PrintValue(value).c_str()); in SummarizeValue()
360 PrintValue(value).c_str()); in MakeArgument()
564 PrintValue(&ii).c_str()); in CanInterpret()
585 PrintValue(&ii).c_str()); in CanInterpret()
668 PrintValue(constant).c_str()); in CanInterpret()
732 LLDB_LOGF(log, "Interpreting %s", PrintValue(inst).c_str()); in Interpret()
774 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(lhs).c_str()); in Interpret()
781 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(rhs).c_str()); in Interpret()
1027 PrintValue(pointer_operand).c_str()); in Interpret()
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp217 PrintValue(result_value, false)); in CreateResultVariable()
359 PrintValue(new_result_global)); in CreateResultVariable()
387 PrintValue(synthesized_store)); in CreateResultVariable()
1081 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 DIRDynamicChecks.cpp96 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()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp155 auto PrintValue = [&](Value *V) { in dump() local
172 PrintValue(Real); in dump()
174 PrintValue(Imag); in dump()
176 PrintValue(ReplacementNode); in dump()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DJSON.cpp315 auto PrintValue = [&](const Value &V, ArrayRef<Segment> Path, auto &Recurse) { in printErrorContext() local
360 PrintValue(R, ErrorPath, PrintValue); in printErrorContext()