Home
last modified time | relevance | path

Searched defs:format_str (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/utils/
H A Dextract-section.py148 format_str = "{:0" + str(args.hex_width * 2) + "x}" variable
/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1151 FormatStringRef(const llvm::StringRef & format_str,Stream & s,const SymbolContext * sc,const ExecutionContext * exe_ctx,const Address * addr,ValueObject * valobj,bool function_changed,bool initial_function) FormatStringRef() argument
1175 llvm::StringRef format_str(format); FormatCString() local
1919 ParseEntry(const llvm::StringRef & format_str,const Definition * parent,FormatEntity::Entry & entry) ParseEntry() argument
2003 FindEntry(const llvm::StringRef & format_str,const Definition * parent,llvm::StringRef & remainder) FindEntry() argument
2328 ExtractVariableInfo(llvm::StringRef & format_str,llvm::StringRef & variable_name,llvm::StringRef & variable_format) ExtractVariableInfo() argument
2516 Parse(const llvm::StringRef & format_str,Entry & entry) Parse() argument
[all...]
/llvm-project/lldb/source/Utility/
H A DStream.cpp87 std::string format_str = lldb_private::ansi::FormatAnsiTerminalCodes( in PutCStringColorHighlighted() local
H A DLog.cpp343 llvm::SmallString<12> format_str; WriteHeader() local
/llvm-project/lldb/source/Target/
H A DDynamicRegisterInfo.cpp290 llvm::StringRef format_str; in SetRegisterInfo() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3491 const char *format_str = DEBUGSERVER_BASENAME " died with signal {0}"; MonitorDebugserverProcess() local