Lines Matching refs:error_strm
301 StreamString &error_strm) { in GetSymbolContextsForAddress() argument
326 error_strm.Printf("Source information for file address 0x%" PRIx64 in GetSymbolContextsForAddress()
348 error_strm.Printf( in GetSymbolContextsForAddress()
357 error_strm.Printf("Address 0x%" PRIx64 in GetSymbolContextsForAddress()
363 error_strm.Printf("Unable to resolve address 0x%" PRIx64 ".\n", addr); in GetSymbolContextsForAddress()
431 StreamString error_strm; in DumpLinesInFunctions() local
433 error_strm)) in DumpLinesInFunctions()
436 error_strm.GetData()); in DumpLinesInFunctions()
468 StreamString error_strm; in DumpLinesForAddress() local
470 sc_list, error_strm)) { in DumpLinesForAddress()
471 result.AppendErrorWithFormat("%s.\n", error_strm.GetData()); in DumpLinesForAddress()
1008 StreamString error_strm; in DoExecute() local
1050 so_addr.Dump(&error_strm, nullptr, in DoExecute()
1055 error_strm.GetData()); in DoExecute()