Home
last modified time | relevance | path

Searched refs:LogValueObject (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h688 void LogValueObject(Log *log);
690 void LogValueObject(Log *log, const DumpValueObjectOptions &options);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp2722 void ValueObject::LogValueObject(Log *log) { in LogValueObject() function in ValueObject
2724 return LogValueObject(log, DumpValueObjectOptions(*this)); in LogValueObject()
2727 void ValueObject::LogValueObject(Log *log, in LogValueObject() function in ValueObject