Lines Matching refs:toString
81 std::string lld::toString(const InputFile *f) { in toString() function in lld
162 error(toString(input) + " has platform " + platformNames + in checkCompatibility()
169 warn(toString(input) + " has version " + it->minimum.getAsString() + in checkCompatibility()
255 fatal(toString(this) + " contains relocations in " + sec.segname + "," + in parseSections()
326 sec.sectname + " in " + toString(file)) in validateRelocationInfo()
646 error(toString(this) + ": __cfstring contains symbol " + name + in parseSymbols()
760 error(toString(this) + " has architecture " + getArchitectureName(arch) + in parse()
812 warn(toString(this) + ": " + toString(std::move(err))); in parseDebugInfo()
815 warn(toString(this) + ": " + toString(std::move(warning))); in parseDebugInfo()
988 error("dylib " + toString(this) + " missing LC_ID_DYLIB load command"); in DylibFile()
993 message(toString(this)); in DylibFile()
1023 error("LC_DYLD_INFO_ONLY not found in " + toString(this)); in DylibFile()
1055 "' loaded from '" + toString(this) + "' for -flat_namespace"); in parseLoadCommands()
1082 message(toString(this)); in DylibFile()
1087 error(toString(this) + " is incompatible with " + in DylibFile()
1224 warn("using '-application_extension' with unsafe dylib: " + toString(this)); in checkAppExtensionSafety()
1235 CHECK(sym.getMember(), toString(this) + in fetch()
1244 toString(this) + in fetch()
1252 CHECK(c.getLastModified(), toString(this) + in fetch()