Home
last modified time | relevance | path

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

/openbsd-src/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()
542 LLDB_LOGF(log, "Unsupported instruction: %s", PrintValue(&ii).c_str()); in CanInterpret()
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()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp84 static std::string PrintValue(const Value *value, bool truncate = false) { in PrintValue() function
217 PrintValue(result_value, false)); in CreateResultVariable()
358 LLDB_LOG(log, "Replacing \"{0}\" with \"{1}\"", PrintValue(result_global), in CreateResultVariable()
359 PrintValue(new_result_global)); in CreateResultVariable()
387 PrintValue(synthesized_store)); in CreateResultVariable()
1080 LLDB_LOG(log, "Replacing \"{0}\" with \"{1}\"", PrintValue(alloc), in RewritePersistentAlloc()
1081 PrintValue(persistent_load)); in RewritePersistentAlloc()
1136 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()
[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-src/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-src/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()