Searched refs:PrintValue (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp45 static std::string PrintValue(const Value *value, bool truncate = false) { function
137 ss.Printf("%s", PrintValue(value).c_str());
331 PrintValue(value).c_str());
509 LLDB_LOGF(log, "Unsupported instruction: %s", PrintValue(&ii).c_str());
531 PrintValue(&ii).c_str());
551 PrintValue(&ii).c_str());
622 PrintValue(constant).c_str());
687 LLDB_LOGF(log, "Interpreting %s", PrintValue(inst).c_str());
725 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(lhs).c_str());
732 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(rh
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp86 static std::string PrintValue(const Value *value, bool truncate = false) { function
222 PrintValue(result_value, false));
371 LLDB_LOG(log, "Replacing \"{0}\" with \"{1}\"", PrintValue(result_global),
372 PrintValue(new_result_global));
400 PrintValue(synthesized_store));
1130 LLDB_LOG(log, "Replacing \"{0}\" with \"{1}\"", PrintValue(alloc),
1131 PrintValue(persistent_load));
1188 LLDB_LOG(log, "MaybeHandleVariable ({0})", PrintValue(llvm_value_ptr));
1303 LLDB_LOG(log, "Replacing {0} with {1}", PrintValue(symbol),
1304 PrintValue(symbol_addr_pt
[all...]
H A DIRDynamicChecks.cpp97 static std::string PrintValue(llvm::Value *V, bool truncate = false) { function
324 PrintValue(inst).c_str());
486 PrintValue(call_inst).c_str());

Completed in 124 milliseconds