Searched refs:format_str (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 292 llvm::StringRef modifiable_format(format_str); in Parse() 1051 if (!format_str.empty()) { in FormatStringRef() 1069 llvm::StringRef format_str(format); in FormatCString() local 1934 entry.string = format_str.str(); in ParseEntry() 2010 if (format_str.back() == '.') in FindEntry() 2011 remainder = format_str.drop_front(format_str.size() - 1); in FindEntry() 2025 remainder = format_str; in FindEntry() 2325 const size_t paren_pos = format_str.find('}'); in ExtractVariableInfo() 2327 const size_t percent_pos = format_str.find('%'); in ExtractVariableInfo() 2339 format_str = format_str.substr(paren_pos + 1); in ExtractVariableInfo() [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | printf-2.ll | 11 @format_str = constant [3 x i8] c"%s\00" 66 %fmt = getelementptr [3 x i8], [3 x i8]* @format_str, i32 0, i32 0 78 %fmt = getelementptr [3 x i8], [3 x i8]* @format_str, i32 0, i32 0 91 %fmt = getelementptr [3 x i8], [3 x i8]* @format_str, i32 0, i32 0 107 %fmt = getelementptr [3 x i8], [3 x i8]* @format_str, i32 0, i32 0
|
| /llvm-project-15.0.7/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))
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | Log.cpp | 329 llvm::SmallString<12> format_str; in WriteHeader() local 330 llvm::raw_svector_ostream format_os(format_str); in WriteHeader() 332 OS << llvm::formatv(format_str.c_str(), thread_name); in WriteHeader()
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/ |
| H A D | TestLldbGdbServer.py | 1391 format_str = "iii{}P".format(pad) 1394 format_str = "iiiiiiP" 1397 format_str = "iii{}P".format(pad) 1403 decoder = struct.Struct(format_str)
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | FormatEntity.h | 228 static Status ExtractVariableInfo(llvm::StringRef &format_str,
|
| /llvm-project-15.0.7/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()
|