Home
last modified time | relevance | path

Searched refs:name_strm (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Commands/
DCommandObjectMemory.cpp818 StreamString name_strm; in DoExecute() local
819 name_strm.Printf("0x%" PRIx64, item_addr); in DoExecute()
821 exe_scope, name_strm.GetString(), address, compiler_type)); in DoExecute()
834 view_as_type_cstr, name_strm.GetData()); in DoExecute()
/external/llvm-project/lldb/tools/debugserver/source/
DRNBRemote.cpp5213 std::ostringstream name_strm; in GenerateTargetXMLRegisters() local
5214 name_strm << "com.apple.debugserver." << GetArchName(cputype, 0); in GenerateTargetXMLRegisters()
5215 XMLAttributeString(s, "name", name_strm.str().c_str()); in GenerateTargetXMLRegisters()