Lines Matching full:tostring
87 std::string lld::toString(const InputFile *f) { in toString() function in lld
101 std::string lld::toString(const Section &sec) { in toString() function in lld
102 return (toString(sec.file) + ":(" + sec.name + ")").str(); in toString()
173 error(toString(input) + " has platform " + platformNames + in checkCompatibility()
180 warn(toString(input) + " has version " + in checkCompatibility()
200 msg(toString(file) + " has architecture " + getArchitectureName(arch) + in compatWithTargetArch()
377 fatal(toString(this) + ": " + sec.segname + "," + sec.sectname + in parseSections()
388 fatal(toString(this) + ": " + sec.segname + "," + sec.sectname + in parseSections()
509 sec.sectname + " in " + toString(file)) in validateRelocationInfo()
849 error(toString(*sections[i]) + ": symbol " + name + in parseSymbols()
1090 warn(toString(this) + ": " + toString(std::move(err))); in parseDebugInfo()
1093 warn(toString(this) + ": " + toString(std::move(warning))); in parseDebugInfo()
1551 [&](Error err) { warn(getName() + ": " + toString(std::move(err))); }, in getDwarf()
1553 warn(getName() + ": " + toString(std::move(warning))); in getDwarf()
1682 error(toString(this) + ": unable to locate re-export with install name " + in loadReexport()
1707 error(toString(this) + ": dylib missing LC_ID_DYLIB load command"); in DylibFile()
1712 message(toString(this)); in DylibFile()
1739 error(toString(this) + in DylibFile()
1750 toString(this)); in DylibFile()
1810 "' loaded from '" + toString(this) + "' for -flat_namespace"); in parseLoadCommands()
1876 message(toString(this)); in DylibFile()
1883 error(toString(this) + " is incompatible with " + in DylibFile()
2044 warn(toString(this) + ": failed to parse start version, symbol '" + in handleLDPreviousSymbol()
2050 warn(toString(this) + ": failed to parse end version, symbol '" + in handleLDPreviousSymbol()
2064 warn(toString(this) + in handleLDPreviousSymbol()
2104 warn(toString(this) + ": failed to parse os version, symbol '" + in handleLDInstallNameSymbol()
2120 warn(toString(this) + ": failed to parse hidden version, symbol `" + originalName + in handleLDHideSymbol()
2135 warn("using '-application_extension' with unsafe dylib: " + toString(this)); in checkAppExtensionSafety()
2221 CHECK(sym.getMember(), toString(this) + in fetch()
2233 error(toString(this) + ": could not get the member defining symbol " + in fetch()
2234 toMachOString(symCopy) + ": " + toString(std::move(e))); in fetch()