Lines Matching refs:error_strm
300 StreamString &error_strm) { in GetSymbolContextsForAddress() argument
325 error_strm.Printf("Source information for file address 0x%" PRIx64 in GetSymbolContextsForAddress()
347 error_strm.Printf( in GetSymbolContextsForAddress()
356 error_strm.Printf("Address 0x%" PRIx64 in GetSymbolContextsForAddress()
362 error_strm.Printf("Unable to resolve address 0x%" PRIx64 ".\n", addr); in GetSymbolContextsForAddress()
428 StreamString error_strm; in DumpLinesInFunctions() local
430 error_strm)) in DumpLinesInFunctions()
433 error_strm.GetData()); in DumpLinesInFunctions()
465 StreamString error_strm; in DumpLinesForAddress() local
467 sc_list, error_strm)) { in DumpLinesForAddress()
468 result.AppendErrorWithFormat("%s.\n", error_strm.GetData()); in DumpLinesForAddress()
967 StreamString error_strm; in DoExecute() local
1009 so_addr.Dump(&error_strm, nullptr, in DoExecute()
1014 error_strm.GetData()); in DoExecute()