Lines Matching refs: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()
1550 [&](Error err) { warn(getName() + ": " + toString(std::move(err))); }, in getDwarf()
1552 warn(getName() + ": " + toString(std::move(warning))); in getDwarf()
1681 error(toString(this) + ": unable to locate re-export with install name " + in loadReexport()
1706 error(toString(this) + ": dylib missing LC_ID_DYLIB load command"); in DylibFile()
1711 message(toString(this)); in DylibFile()
1735 error(toString(this) + in DylibFile()
1746 toString(this)); in DylibFile()
1806 "' loaded from '" + toString(this) + "' for -flat_namespace"); in parseLoadCommands()
1872 message(toString(this)); in DylibFile()
1879 error(toString(this) + " is incompatible with " + in DylibFile()
2034 warn(toString(this) + ": failed to parse start version, symbol '" + in handleLDPreviousSymbol()
2040 warn(toString(this) + ": failed to parse end version, symbol '" + in handleLDPreviousSymbol()
2054 warn(toString(this) + in handleLDPreviousSymbol()
2094 warn(toString(this) + ": failed to parse os version, symbol '" + in handleLDInstallNameSymbol()
2110 warn(toString(this) + ": failed to parse hidden version, symbol `" + originalName + in handleLDHideSymbol()
2125 warn("using '-application_extension' with unsafe dylib: " + toString(this)); in checkAppExtensionSafety()
2215 CHECK(sym.getMember(), toString(this) + in fetch()
2227 error(toString(this) + ": could not get the member defining symbol " + in fetch()
2228 toMachOString(symCopy) + ": " + toString(std::move(e))); in fetch()