Lines Matching refs:Log
249 static void convertFunctionLineTable(raw_ostream &Log, CUInfo &CUI, in convertFunctionLineTable() argument
293 Log << "error: DIE has a start address whose LowPC is between the " in convertFunctionLineTable()
296 Die.dump(Log, 0, DIDumpOptions::getForSingleDIE()); in convertFunctionLineTable()
314 Log << "warning: duplicate line table detected for DIE:\n"; in convertFunctionLineTable()
315 Die.dump(Log, 0, DIDumpOptions::getForSingleDIE()); in convertFunctionLineTable()
319 Log << "error: line table has addresses that do not " in convertFunctionLineTable()
322 CUI.LineTable->Rows[RowIndex2].dump(Log); in convertFunctionLineTable()
324 Die.dump(Log, 0, DIDumpOptions::getForSingleDIE()); in convertFunctionLineTable()
397 Log << "warning: DIE has an address range whose start address is " in handleDie()
401 Die.dump(Log, 0, DIDumpOptions::getForSingleDIE()); in handleDie()
438 handleDie(Log, CUI, Die); in convert()
472 Log << ThreadLogStorage; in convert()
480 Log << "Loaded " << FunctionsAddedCount << " functions from DWARF.\n"; in convert()
485 Log << "Verifying GSYM file \"" << GsymPath << "\":\n"; in verify()
531 Log << "error: address " << HEX64(Addr) << " has " in verify()
534 Log << " " << NumDwarfInlineInfos << " DWARF frames:\n"; in verify()
537 Log << " [" << Idx << "]: " << dii.FunctionName << " @ " in verify()
540 Log << " " << LR->Locations.size() << " GSYM frames:\n"; in verify()
544 Log << " [" << Idx << "]: " << gii.Name << " @ " << gii.Dir in verify()
548 Gsym->dump(Log, *FI); in verify()
560 Log << "error: address " << HEX64(Addr) << " DWARF function \"" in verify()
565 Log << "error: address " << HEX64(Addr) << " DWARF path \"" in verify()
570 Log << "error: address " << HEX64(Addr) << " DWARF line " in verify()