Searched refs:format_str (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp62 const char *format_str = local
65 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp295 Status FormatEntity::Parse(const llvm::StringRef &format_str, Entry &entry) { argument
298 llvm::StringRef modifiable_format(format_str);
1056 bool FormatEntity::FormatStringRef(const llvm::StringRef &format_str, Stream &s, argument
1062 if (!format_str.empty()) {
1064 Status error = FormatEntity::Parse(format_str, root);
1080 llvm::StringRef format_str(format);
1081 Status error = FormatEntity::Parse(format_str, root);
1908 static Status ParseEntry(const llvm::StringRef &format_str, argument
1913 const size_t sep_pos = format_str.find_first_of(".[:");
1915 (sep_pos == llvm::StringRef::npos) ? '\0' : format_str[sep_po
1994 FindEntry(const llvm::StringRef &format_str, const FormatEntity::Entry::Definition *parent, llvm::StringRef &remainder) argument
2313 ExtractVariableInfo(llvm::StringRef &format_str, llvm::StringRef &variable_name, llvm::StringRef &variable_format) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp304 llvm::SmallString<12> format_str; local
305 llvm::raw_svector_ostream format_os(format_str);
307 OS << llvm::formatv(format_str.c_str(), thread_name);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h200 static Status ExtractVariableInfo(llvm::StringRef &format_str,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp293 llvm::StringRef format_str; local
294 if (reg_info_dict->GetValueForKeyAsString("format", format_str, nullptr)) {
295 if (OptionArgParser::ToFormat(format_str.str().c_str(), reg_info.format,
/freebsd-13-stable/sbin/camcontrol/
H A Dcamcontrol.c4190 const char *format_str; local
4192 format_str = scsi_nv_to_str(defect_list_type_map,
4197 format_str ? format_str : "unknown");
4199 format_str = scsi_nv_to_str(defect_list_type_map,
4202 if (format_str != NULL) {
4204 format_str);

Completed in 143 milliseconds