Lines Matching refs:toString
42 log("Reading " + toString(file)); in addFile()
49 error(toString(file) + ": machine type " + machineToStr(mt) + in addFile()
119 res += toString(file); in getSymbolLocations()
187 std::vector<std::string>{"\n>>> referenced by " + toString(file)}, 1); in getSymbolLocations()
197 os << toString(file); in getSymbolLocations()
199 os << ":(" << toString(*loc.sym) << ')'; in getSymbolLocations()
237 os << "undefined symbol: " << toString(*undefDiag.sym); in reportUndefinedSymbol()
340 toString(cast<DefinedRegular>(imp)->file)); in handleMinGWAutomaticImport()
344 " from " + toString(cast<DefinedRegular>(imp)->file) + in handleMinGWAutomaticImport()
388 errorOrWarn("<root>: undefined symbol: " + toString(*b)); in reportProblemSymbols()
391 warn("<root>: locally defined symbol imported: " + toString(*imp) + in reportProblemSymbols()
392 " (defined in " + toString(imp->getFile()) + ") [LNK4217]"); in reportProblemSymbols()
415 warn(toString(file) + in reportProblemSymbols()
416 ": locally defined symbol imported: " + toString(*imp) + in reportProblemSymbols()
417 " (defined in " + toString(imp->getFile()) + ") [LNK4217]"); in reportProblemSymbols()
608 res += toString(file); in getSourceLocationBitcode()
625 os << toString(file); in getSourceLocationObj()
637 return "\n>>> defined at " + toString(file); in getSourceLocation()
652 os << "duplicate symbol: " << toString(*existing); in reportDuplicate()