Lines Matching refs:toString

53   log("Reading " + toString(file));  in addFile()
65 error("LTO object file " + toString(file) + " linked in after " in addFile()
79 error(toString(file) + ": machine type " + machineToStr(mt) + in addFile()
143 res += toString(file); in getSymbolLocations()
211 std::vector<std::string>{"\n>>> referenced by " + toString(file)}, 1); in getSymbolLocations()
221 os << toString(file); in getSymbolLocations()
223 os << ":(" << toString(file->ctx, *loc.sym) << ')'; in getSymbolLocations()
262 os << "undefined symbol: " << toString(ctx, *undefDiag.sym); in reportUndefinedSymbol()
363 toString(cast<DefinedRegular>(imp)->file)); in handleMinGWAutomaticImport()
367 " from " + toString(cast<DefinedRegular>(imp)->file) + in handleMinGWAutomaticImport()
408 errorOrWarn("<root>: undefined symbol: " + toString(ctx, *b), in reportProblemSymbols()
412 warn("<root>: locally defined symbol imported: " + toString(ctx, *imp) + in reportProblemSymbols()
413 " (defined in " + toString(imp->getFile()) + ") [LNK4217]"); in reportProblemSymbols()
436 warn(toString(file) + in reportProblemSymbols()
437 ": locally defined symbol imported: " + toString(ctx, *imp) + in reportProblemSymbols()
438 " (defined in " + toString(imp->getFile()) + ") [LNK4217]"); in reportProblemSymbols()
625 res += toString(file); in getSourceLocationBitcode()
642 os << toString(file); in getSourceLocationObj()
654 return "\n>>> defined at " + toString(file); in getSourceLocation()
669 os << "duplicate symbol: " << toString(ctx, *existing); in reportDuplicate()