Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DFormatEntity.h151 : string(s ? s : ""), printf_format(f ? f : ""), type(t) {}
166 printf_format.clear(); in Clear()
181 if (printf_format != rhs.printf_format)
201 std::string printf_format; member
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp376 if (!printf_format.empty()) in Dump()
1016 if (!entry.printf_format.empty()) in FormatThreadExtendedInfoRecurse()
1151 if (!entry.printf_format.empty()) in Format()
1186 if (!entry.printf_format.empty()) { in Format()
1188 if (entry.printf_format == "tid") { in Format()
1217 if (!entry.printf_format.empty()) in Format()
1230 if (!entry.printf_format.empty()) in Format()
1406 if (!entry.printf_format.empty()) in Format()
1849 if (!entry.printf_format.empty()) in Format()
1859 if (!entry.printf_format.empty()) in Format()
[all …]