Searched refs:format_str (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 289 Status FormatEntity::Parse(const llvm::StringRef &format_str, Entry &entry) { in Parse() argument 292 llvm::StringRef modifiable_format(format_str); in Parse() 1103 bool FormatEntity::FormatStringRef(const llvm::StringRef &format_str, Stream &s, in FormatStringRef() argument 1109 if (!format_str.empty()) { in FormatStringRef() 1111 Status error = FormatEntity::Parse(format_str, root); in FormatStringRef() 1127 llvm::StringRef format_str(format); in FormatCString() local 1128 Status error = FormatEntity::Parse(format_str, root); in FormatCString() 1881 static Status ParseEntry(const llvm::StringRef &format_str, in ParseEntry() argument 1885 const size_t sep_pos = format_str.find_first_of(".[:"); in ParseEntry() 1887 (sep_pos == llvm::StringRef::npos) ? '\0' : format_str[sep_pos]; in ParseEntry() [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | extract-section.py | 101 format_str = "{:0" + str(args.hex_width * 2) + "x}" variable 103 results.append(format_str.format(word))
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | Log.cpp | 330 llvm::SmallString<12> format_str; in WriteHeader() local 331 llvm::raw_svector_ostream format_os(format_str); in WriteHeader() 333 OS << llvm::formatv(format_str.c_str(), thread_name); in WriteHeader()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | DynamicRegisterInfo.cpp | 276 llvm::StringRef format_str; in SetRegisterInfo() local 277 if (reg_info_dict->GetValueForKeyAsString("format", format_str, nullptr)) { in SetRegisterInfo() 278 if (OptionArgParser::ToFormat(format_str.str().c_str(), reg_info.format, in SetRegisterInfo()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | FormatEntity.h | 228 static Status ExtractVariableInfo(llvm::StringRef &format_str,
|