Lines Matching refs:toString
38 log("Reading " + toString(file)); in addFile()
60 error(toString(file) + ": machine type " + machineToStr(mt) + in addFile()
124 res += toString(file); in getSymbolLocations()
192 std::vector<std::string>{"\n>>> referenced by " + toString(file)}, 1); in getSymbolLocations()
202 os << toString(file); in getSymbolLocations()
204 os << ":(" << toString(file->ctx, *loc.sym) << ')'; in getSymbolLocations()
243 os << "undefined symbol: " << toString(ctx, *undefDiag.sym); in reportUndefinedSymbol()
344 toString(cast<DefinedRegular>(imp)->file)); in handleMinGWAutomaticImport()
348 " from " + toString(cast<DefinedRegular>(imp)->file) + in handleMinGWAutomaticImport()
389 errorOrWarn("<root>: undefined symbol: " + toString(ctx, *b), in reportProblemSymbols()
393 warn("<root>: locally defined symbol imported: " + toString(ctx, *imp) + in reportProblemSymbols()
394 " (defined in " + toString(imp->getFile()) + ") [LNK4217]"); in reportProblemSymbols()
417 warn(toString(file) + in reportProblemSymbols()
418 ": locally defined symbol imported: " + toString(ctx, *imp) + in reportProblemSymbols()
419 " (defined in " + toString(imp->getFile()) + ") [LNK4217]"); in reportProblemSymbols()
603 res += toString(file); in getSourceLocationBitcode()
620 os << toString(file); in getSourceLocationObj()
632 return "\n>>> defined at " + toString(file); in getSourceLocation()
647 os << "duplicate symbol: " << toString(ctx, *existing); in reportDuplicate()