Home
last modified time | relevance | path

Searched refs:format_str (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp292 llvm::StringRef modifiable_format(format_str); in Parse()
1109 if (!format_str.empty()) { in FormatStringRef()
1127 llvm::StringRef format_str(format); in FormatCString() local
1900 entry.string = format_str.str(); in ParseEntry()
1976 if (format_str.back() == '.') in FindEntry()
1977 remainder = format_str.drop_front(format_str.size() - 1); in FindEntry()
1991 remainder = format_str; in FindEntry()
2291 const size_t paren_pos = format_str.find('}'); in ExtractVariableInfo()
2293 const size_t percent_pos = format_str.find('%'); in ExtractVariableInfo()
2305 format_str = format_str.substr(paren_pos + 1); in ExtractVariableInfo()
[all …]
/openbsd/gnu/llvm/llvm/utils/
H A Dextract-section.py101 format_str = "{:0" + str(args.hex_width * 2) + "x}" variable
103 results.append(format_str.format(word))
/openbsd/gnu/llvm/lldb/source/Utility/
H A DLog.cpp330 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/gnu/llvm/lldb/source/Target/
H A DDynamicRegisterInfo.cpp276 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/gnu/llvm/lldb/include/lldb/Core/
H A DFormatEntity.h228 static Status ExtractVariableInfo(llvm::StringRef &format_str,